Search and Top Navigation
#8357 closed bug (fixed)
Opened May 29, 2012 02:39AM UTC
Closed May 29, 2012 01:47PM UTC
resizable cannot recreate after destroy
Reported by: | goldfish | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | git |
Component: | ui.resizable | Version: | git (not yet released) |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
using 1.9m7 ui.resizable
the resizable cannot create on the same tag after destroy
$(function() {
$("#demo").resizable({ handles: 'all' });
$("#demo").resizable("destroy");
$("#demo").resizable({ handles: 'all' });
});
<div id="#demo">demo</div>
using 1.9m7 ui.resizable
the resizable cannot create on the same tag after destroy
http://jsfiddle.net/goldfish/H3VKq/1/