Last active
January 31, 2016 14:09
-
-
Save rangalo/48f72ff01a25b470482c to your computer and use it in GitHub Desktop.
bind jcrop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('body').on('click', '#IdWhereYouWatJcropt', function(e) { | |
bindJCrop($this); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment