Search and Top Navigation
#3828 closed bug (fixed)
Opened January 14, 2009 08:33PM UTC
Closed January 15, 2009 02:20AM UTC
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');
}
});
Attachments (0)
Change History (1)
Changed January 15, 2009 02:20AM UTC by comment:1
milestone: | TBD → 1.6 |
---|---|
resolution: | → fixed |
status: | new → closed |
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).