Open GoogleCodeExporter opened 8 years ago
You can do this :
$('#imageToCrop').Jcrop({
onChange: function(arg1, arg2) {
showPreview(arg1, arg2);
showCoords(arg1, arg2);
},
onSelect: function(arg1, arg2) {
showPreview(arg1, arg2);
showCoords(arg1, arg2);
},
aspectRatio: 1
});
};
Original comment by Thomas.B...@gmail.com
on 11 Oct 2009 at 7:46
Thomas can give work exampled (ex. on jsfidle) ?
Original comment by register...@gmail.com
on 6 Mar 2013 at 7:17
Original issue reported on code.google.com by
profd...@gmail.com
on 7 Oct 2009 at 5:04