Skip to content

Instantly share code, notes, and snippets.

@webjp1
Created January 9, 2020 16:03
Show Gist options
  • Save webjp1/fa961ed11f097c7423dc4af2a455c19f to your computer and use it in GitHub Desktop.
Save webjp1/fa961ed11f097c7423dc4af2a455c19f to your computer and use it in GitHub Desktop.
$('.loadImagePluginClick').click(function(){
$('.loadImagePlugin').loadImage(function(){
alert('Image Loaded');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment