$.Jcrop($('#cropbox'),options);
Doing below changes. All work fine in IE, Firefox, Safari, and Chrome!
$('#cropbox').Jcrop(options);
var jcrop = $('#cropbox').data('Jcrop');
jcrop.setOptions(newOptions);
Good to go forward!
$.Jcrop($('#cropbox'),options);
$('#cropbox').Jcrop(options);
var jcrop = $('#cropbox').data('Jcrop');
jcrop.setOptions(newOptions);
https://m.google.com/sync/settings/