here has a simple solution.
try {
$("#div").resizable("destroy");
$(‘#showAllInfomation‘).resizable();
}
catch(e) {
$(‘#showAllInfomation‘).resizable();
}
时间: 2024-10-03 02:53:48
here has a simple solution.
try {
$("#div").resizable("destroy");
$(‘#showAllInfomation‘).resizable();
}
catch(e) {
$(‘#showAllInfomation‘).resizable();
}