• 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!!!!!

    http://wordpress.org/plugins/infinite-scroll/

Viewing 1 replies (of 1 total)
  • I’m looking for an answer to this too – there doesn’t seem to be a setting for the callback so I’m wondering if there’s another elegant way to do it.

Viewing 1 replies (of 1 total)

The topic ‘Need for correct callback’ is closed to new replies.