#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 follow-up: 2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
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
my bad, wrong core - these fncs are listed as undocumented here: http://wiki.jqueryui.com/Core
cheers
They’re undocumented because they don’t exist.