Resizable 2th click not working

here's a simple solution.  just destroy the resizable function, then rebuild it. 

try {
$("#div").resizable("destroy");
 $('#showAllInfomation').resizable();
}
catch(e) {
 $('#showAllInfomation').resizable();
}

 

posted @ 2015-11-17 15:41  facial  阅读(136)  评论(0编辑  收藏  举报