#4561 closed bug (fixed)
Sortable Documentation Bug
Reported by: | simshaun | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.sortable | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In the sortable documentation: http://jqueryui.com/demos/sortable/
Under the Options tab, Under the "placeholder" option,
The examples show the string with the dot:
$('.selector').sortable({ placeholder: '.ui-state-highlight' }); and //getter var placeholder = $('.selector').sortable('option', 'placeholder'); //setter $('.selector').sortable('option', 'placeholder', '.ui-state-highlight');
The placeholder string should not have the dot ".ui-state-highlight" in either example. It should just be "ui-state-highlight".
Note: See
TracTickets for help on using
tickets.
Fixed in the source wiki: http://docs.jquery.com/UI/Sortable#options (needs to be deployed).