Opened 15 years ago
Closed 15 years ago
#1575 closed bug (fixed)
Treeview should use :has() instead of []-selector for jQuery 1.2 compatibility...
Reported by: | c_t | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2 |
Component: | plugin | Version: | 1.1.4 |
Keywords: | treeview | Cc: | |
Blocked by: | Blocking: |
Description
[]-selector will be gone in 1.2... So :has()-selector should be used instead. See attached patch.
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | jquery.treeview-1.2-has-selector.patch added |
---|
comment:1 Changed 15 years ago by
Wouldn't that prevent it from working with older versions of jQuery?
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed. Treeview now requires jQuery 1.2 or the 1.1 compability plugin.
Note: See
TracTickets for help on using
tickets.
patch for jquery.treeview.js