Changes between Initial Version and Version 1 of Ticket #6702, comment 20
- Timestamp:
- Nov 5, 2012, 11:14:37 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6702, comment 20
initial v1 1 1 Workaround is even simplier and doesn't require lib rewrite or plugin reinitialization: 2 2 3 {{{ #!javascript3 {{{ 4 4 var $el = $('#sortable').sortable(); 5 5 $el.data('sortable').floating = true;