Skip to content

Instantly share code, notes, and snippets.

@webjp1
Created January 10, 2020 20:20
Show Gist options
  • Save webjp1/21376aed48ba3ba3aa20b5c745f5fce3 to your computer and use it in GitHub Desktop.
Save webjp1/21376aed48ba3ba3aa20b5c745f5fce3 to your computer and use it in GitHub Desktop.
$('.loadPicturePluginClick').click(function(){
$('#lo').loadPicture(function(){
console.log('Picture Loaded');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment