I know that jQuery has .on() and .delegate() methods, but these require the event to bubble. I want to load slickGrid and some other 'on load' plugins.
Is there anyway to call these without having to define them in the callback after an ajax request has loaded the new dom?
Thanks!