Search and Top Navigation
#4561 closed bug (fixed)
Opened May 28, 2009 08:06PM UTC
Closed June 02, 2009 12:36PM UTC
Last modified October 11, 2012 09:15PM UTC
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".
Fixed in the source wiki: http://docs.jquery.com/UI/Sortable#options (needs to be deployed).