All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ui.static.textLinks.js Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
$(document).ready(function () {
    createTextLinks();
});

function createTextLinks(container) {
    if (!container) {
        container = $(document);
    }
    container.find(".text-links").each(function () {
        createLinksInText(this);
    });
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy