$( "#tabs" ).tabs( "option", "disabled", 1);
Multiple tabs
$( "#tabs" ).tabs('option','disabled', [1, 2, 3, 4]);
world wide web development problems asp net php html xhtml css javascript jquery w3dproblems
$( "#tabs" ).tabs( "option", "disabled", 1);
$( "#tabs" ).tabs('option','disabled', [1, 2, 3, 4]);
var jcrop_api; function InitjCrop() { $('#id').Jcrop({ }, function () { jcrop_api = this; }); }To unhook jCrop
jcrop_api.destroy();To Hook jCrop again
InitjCrop();