Changes between Initial Version and Version 1 of Ticket #3106, comment 4
- Timestamp:
- Oct 24, 2012, 5:14:53 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3106, comment 4
initial v1 1 1 Doesn't throw an error, and doesn't show anything if you do the following: 2 2 3 {{{ 3 4 jQuery( "#listTabs" ).tabs(); // containing DIV 4 5 jQuery("#listTabsSortable").sortable({ //UL tag … … 8 9 } 9 10 }); 11 }}} 12 10 13 11 14 The alert is blank, no result, with 6 LI tags containing unique ID attributes.