jssocials icon indicating copy to clipboard operation
jssocials copied to clipboard

no event fired when js-socials is loaded

Open torian257x opened this issue 7 years ago • 0 comments

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

torian257x avatar Jan 30 '18 22:01 torian257x