Trigger event when loaded
-
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
ajaxloadedevent elsewhere:$('#ajaxSidebar').bind("ajaxloaded", function() { ... });Really like this plugin! 😀
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Trigger event when loaded’ is closed to new replies.