here's a simple solution. just destroy the resizable function, then rebuild it.
try {
$("#div").resizable("destroy");
$('#showAllInfomation').resizable();
}
catch(e) {
$('#showAllInfomation').resizable();
}