Instruction
Image Cropper Plugin Click Here
HTML
Basic Cropping
Attaching Jcrop to a Basic element.
This is mostly useful to implement other interfaces, such as canvas or over an arbitrary div
CSS
/* No CSS */
Javascript
/* Image-crop Javascript control function */
var c = {"x":13,"y":7,"x2":487,"y2":107,"w":474,"h":100};
$('#target-6').Jcrop({
bgFade: true,
setSelect: [c.x,c.y,c.x2,c.y2]
});