Ticket #4561 (closed bug: fixed)

Opened 4 years ago

Last modified 8 months ago

Sortable Documentation Bug

Reported by: simshaun Owned by:
Priority: minor Milestone:
Component: ui.sortable Version: 1.7.1
Keywords: Cc:
Blocking: Blocked by:

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

comment:1 Changed 4 years ago by joern.zaefferer

  • Status changed from new to closed
  • Resolution set to fixed

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

comment:2 Changed 8 months ago by scott.gonzalez

  • Milestone TBD deleted

Milestone TBD deleted

Note: See TracTickets for help on using tickets.