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

js.sr_ant.js Maven / Gradle / Ivy

There is a newer version: 1.5.17
Show newest version
$(document).ready(function(){
    $(".sr_antcall").each(function(){
        var log = $(this).attr("antcall");
        $(this).click(function(){
            $("[antlog='"+log+"']").toggle();
        });
    });
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy