Opened 14 years ago
Closed 14 years ago
#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: | ||
Blocked by: | Blocking: |
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 (1)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
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).