Opened 14 years ago

Closed 14 years ago

Last modified 10 years ago

#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".

Change History (2)

comment:1 Changed 14 years ago by Jörn Zaefferer

Resolution: fixed
Status: newclosed

Fixed in the source wiki: http://docs.jquery.com/UI/Sortable#options (needs to be deployed).

comment:2 Changed 10 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.