I am working with jquery and I want to implement Jcrop for my project. But in all the examples I see, it is implemented in php. I am not so good at php. Can someone help me out in how to use Jcrop with JQuery?
Thank you.
I am working with jquery and I want to implement Jcrop for my project. But in all the examples I see, it is implemented in php. I am not so good at php. Can someone help me out in how to use Jcrop with JQuery?
Thank you.
I don't think backbone.js has anything to do with it unless you're uploading images with it. What you do is use Jcrop to set the crop parameters (x,y, w,h) etc and send that to the server along with the image, the server then crops the image based on that parameter.