Ticket #493 (closed defect: invalid)
Slider plugin not compatible with V2.0
| Reported by: | kmeirlaen | Owned by: | somebody |
|---|---|---|---|
| Priority: | important | Milestone: | Plugin |
| Component: | Other | Version: | 1.0.0 Stable |
| Keywords: | Cc: |
Description
the plugin uses some js that is not compatible with current jquery.
Plugin should be updated to
a) not include custom js but use js that is included with core
b) not include custom css, but use js that is included with core (jquery ui theme)
c) remove .ready() function
d) update javascript to load the slide to be comptabible with current jquery UI:
step: %s,
min: %s,
max: %s,
value: %s,
orientation: \'%s\',
slide: function(e,ui) {
$("#%s").val(ui.value);
}
e) update example so that step is 1 (now step is used, insted of steps)
Change History
Note: See
TracTickets for help on using
tickets.
