Opened 11 years ago
Closed 11 years ago
#11799 closed bug (invalid)
resizable("destroy"); destroys all resizable handlers inside parent element.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have a resizable container div. Inside that div there's another resizable div. If I destroy the resize handler of the container div, the inner div's resize handler is destroyed as well. Like this:
$(".container").resizable("destroy");
Note: See
TracTickets for help on using
tickets.
Please report jQuery UI bugs to jQuery UI.