Skip to main content

Bug Tracker

Side navigation

#7258 closed bug (invalid)

Opened October 20, 2010 04:10PM UTC

Closed October 20, 2010 06:20PM UTC

Last modified March 14, 2012 01:32AM UTC

undocumented: enableSelection, disableSelection

Reported by: orka Owned by:
Priority: undecided Milestone: 1.5
Component: unfiled Version: 1.4.3
Keywords: Cc:
Blocked by: Blocking:
Description

would be great if .enableSelection(), .disableSelection() had some docs now since they moved to jquery core some time ago! ( see : http://dev.jqueryui.com/ticket/3459 )

Attachments (0)
Change History (3)

Changed October 20, 2010 06:20PM UTC by snover comment:1

resolution: → invalid
status: newclosed

They’re undocumented because they don’t exist.

Changed October 20, 2010 06:31PM UTC by orka comment:2

Replying to [comment:1 snover]:

They’re undocumented because they don’t exist.

see the demo @ http://jqueryui.com/demos/sortable/

<code>

$(function() {

$("#sortable").sortable();

$("#sortable").disableSelection();

});

</code>

they do EXIST! .. perhaps part of jqueryUI still? .. and not after all moved to jquery core as stated in this ticket : http://dev.jqueryui.com/ticket/3459 ?

thanks

Changed October 20, 2010 06:39PM UTC by orka comment:3

my bad, wrong core - these fncs are listed as undocumented here: http://wiki.jqueryui.com/Core

cheers