Bug Tracker

Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#7258 closed bug (invalid)

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 )

Change History (3)

comment:1 Changed 13 years ago by snover

Resolution: invalid
Status: newclosed

They’re undocumented because they don’t exist.

comment:2 in reply to:  1 Changed 13 years ago by orka

Replying to 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

comment:3 Changed 13 years ago by orka

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

cheers

Note: See TracTickets for help on using tickets.