Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:1 follow-up: ↓ 2 Changed 3 years ago by snover
- Status changed from new to closed
- Resolution set to invalid
comment:2 in reply to: ↑ 1 Changed 3 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 3 years ago by orka
my bad, wrong core - these fncs are listed as undocumented here: http://wiki.jqueryui.com/Core
cheers
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

They’re undocumented because they don’t exist.