Modify ↓
Ticket #2496 (closed bug: fixed)
Cannot recreate slider after it is destroyed
| Reported by: | jfafard | Owned by: | paul |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.4 |
| Component: | ui | Version: | 1.2.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
If you destroy a slider you can't make it again. Calling slider on that element does nothing.
It seems the problem has to do with a spelling mistake in ui.slider.js
in the destroy function around line 139
.removeData("ul-slider")
should be
.removeData("ui-slider")
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Fixed in [4897].