Ticket #3828 (closed bug: fixed)
sortable 'update' option broken in rails 1.3
| Reported by: | mgerstenblatt | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.7 |
| Component: | ui.sortable | Version: | 1.6rc4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I hope this is the right place to post this...
the following code works with jquery 1.2.6 but not 1.3
$("#top_choices").sortable({ items: '.selected_site', placeholder: 'ui-state-highlight', update:
function(){
alert('yo');
}
});
Change History
Note: See
TracTickets for help on using
tickets.


jQuery 1.3 is not compatible with UI 1.6rc4 or earlier. You must use current SVN or wait for 1.6rc5 (scheduled for release tomorrow).