Skip to main content

Bug Tracker

Side navigation

#1575 closed bug (fixed)

Opened September 07, 2007 01:05PM UTC

Closed October 02, 2007 06:28PM UTC

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 (2)

Changed September 26, 2007 04:26PM UTC by Sam comment:1

Wouldn't that prevent it from working with older versions of jQuery?

Changed October 02, 2007 06:28PM UTC by joern comment:2

resolution: → fixed
status: newclosed

Fixed. Treeview now requires jQuery 1.2 or the 1.1 compability plugin.