• aorcsik

    (@aorcsik)


    With a tiny little addition I was able to bind events to when the Widget Area is loaded:

    [ajax-widget-area.php:52]
    $('#ajaxSidebar').html(response).trigger("ajaxloaded");

    After this, some can easily bind a function for ajaxloaded event elsewhere:

    $('#ajaxSidebar').bind("ajaxloaded", function() { ... });

    Really like this plugin! 😀

    http://wordpress.org/extend/plugins/ajax-widget-area/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Trigger event when loaded’ is closed to new replies.