Need for correct callback
-
i need a correct callback for this:
$(window).load(function(){
$(document).ready(function() {
$(“.toggle-trigger”).click(function() {
$(this).parent().nextAll(‘#toggle-wrap’).first().toggle();
});
});
});can anyone tell me what to put in the callback in the settings of the plugin? THANKS!!!!!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Need for correct callback’ is closed to new replies.