Opened 14 years ago

Closed 14 years ago

Last modified 11 years ago

#4459 closed bug (fixed)

Mistake in Sortable Docs

Reported by: tocsick Owned by:
Priority: trivial Milestone:
Component: [meta] ui.docs Version: 1.7.1
Keywords: Cc:
Blocked by: Blocking:

Description

In the sortable docs under the 'placeholder' option the following line

$('.selector').sortable({ placeholder: '.ui-state-highlight' });

should read

$('.selector').sortable({ placeholder: 'ui-state-highlight' });

Note the period before the classname. The same mistake appears a few lines down as well.

Change History (2)

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

Resolution: fixed
Status: newclosed

Fixed on media wiki.

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

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.