Opened 11 years ago
Closed 11 years ago
#8357 closed bug (fixed)
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>
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Milestone: | 1.9 → git |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This is already fixed.
Note: See
TracTickets for help on using
tickets.
using 1.9m7 ui.resizable
the resizable cannot create on the same tag after destroy
http://jsfiddle.net/goldfish/H3VKq/1/