Convert jquery to javascript code -
if can, please advise me how to:
- i need convert nice script, pure javascript without jquery.
- very important! selection area need keep aspect ratio.
well, don't know why need need use html dom / mouse events instead of jquery events:
also need use inmediate function instead jquery document ready shortcut $(function(){...})
:
(function(){ // ... code goes here })()
Comments
Post a Comment