jssocials
jssocials copied to clipboard
no event fired when js-socials is loaded
please fire an event upon successful load of js-socials
this way I can run my code or wait with running of my code until it is loaded
just add
...
$(document).trigger('jssocials-loaded');
}(window, jQuery, window.jsSocials));
at the very bottom