Opened 15 years ago
Closed 13 years ago
#2830 closed enhancement (invalid)
[treeview] Click/Href-argument to asynchronous treeview
Reported by: | jyrki | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.4 |
Component: | plugin | Version: | 1.2.3 |
Keywords: | treeview | Cc: | [email protected]… |
Blocked by: | Blocking: |
Description
As proposed in [1], this patch enables two new options to asynchronous treeview, optional href
and click
.
href
(if present) adds a link to the treeview element pointing tohref
click
defines a function to be bound to the elementsclick
-event. If onlyclick
is defined, thehref
-attribute of the link is set to "#". User is responsible to prevent bubbling of events.
[1] http://groups.google.com/group/jquery-en/browse_thread/thread/71a6369f88f0260c/2d850852f933ffae
Attachments (1)
Change History (2)
Changed 15 years ago by
Attachment: | treeview_click_href.patch added |
---|
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .
Note: See
TracTickets for help on using
tickets.
Patch to enable href and click options