victorjonsson / Arlima

Article List Manager - Wordpress plugin suitable for online newspapers that's in need of a fully customizable front page
28 stars 16 forks source link

Extra event triggering #72

Closed kisilko closed 9 years ago

kisilko commented 9 years ago

Hi guys.

It would be great if you could trigger js event after new list is loaded to list container in admin.

Thx

victorjonsson commented 9 years ago

You can now listen to event Arlima.listAddedToContainer

$(window).on('Arlima.listAddedToContainer', function(evt, list) {
   console.log(list);
});