[jQuery] Re: jQuery 1.2 seems to break the Treeview plugin

2007-09-24 Thread [EMAIL PROTECTED]
Hi, I'm OLEO.nice to meet you. I also meet this problem when I use JQuery1.2 finally I modifid jquery.treeview.js from $("li[ul]", this) to $("li:has(ul)", this) and then it works well good luck On Sep 13, 12:07 am, Alex <[EMAIL PROTECTED]> wrote: > I've got a page that is a massive treevi

[jQuery] Re: jQuery 1.2 seems to break the Treeview plugin

2007-09-17 Thread Alex
Excellent! Thanks a ton. On Sep 13, 10:37 am, Wizzud <[EMAIL PROTECTED]> wrote: > The treeview plugin (that you are running) uses XPath Contains Predicate > Selectors, such as "li[ul]" and "[>ul:hidden]" (x2). > These simply need replacing with "li:has(ul)", ":has(>ul:hidden)". > > > > Alex-337 w

[jQuery] Re: jQuery 1.2 seems to break the Treeview plugin

2007-09-13 Thread Wizzud
The treeview plugin (that you are running) uses XPath Contains Predicate Selectors, such as "li[ul]" and "[>ul:hidden]" (x2). These simply need replacing with "li:has(ul)", ":has(>ul:hidden)". Alex-337 wrote: > > > I've got a page that is a massive treeview, and when loading jQuery > 1.2 min&

[jQuery] Re: jQuery 1.2 seems to break the Treeview plugin

2007-09-13 Thread Alexandre Plennevaux
bject: [jQuery] Re: jQuery 1.2 seems to break the Treeview plugin On Sep 12, 11:13 pm, "Brandon Aaron" <[EMAIL PROTECTED]> wrote: > On 9/12/07, Pops <[EMAIL PROTECTED]> wrote: > > IMO, whatever excuse there is, this pattern of showing a lack of > > backward c

[jQuery] Re: jQuery 1.2 seems to break the Treeview plugin

2007-09-12 Thread Jörn Zaefferer
Pops schrieb: 3) If a compatibility module is required, and is considered important for 1 and 2, then this module should be transparent and MUST be part of the package. Not buried in release notes. 4) If a framework is in FLUX (not stable,. it should be CLEARLY labeled in the web site) so that

[jQuery] Re: jQuery 1.2 seems to break the Treeview plugin

2007-09-12 Thread Pops
On Sep 12, 11:13 pm, "Brandon Aaron" <[EMAIL PROTECTED]> wrote: > On 9/12/07, Pops <[EMAIL PROTECTED]> wrote: > > IMO, whatever excuse there is, this pattern of showing a lack of > > backward compatibility, altered method behavior pattern with the > > updates is disturbing. > > Did you include

[jQuery] Re: jQuery 1.2 seems to break the Treeview plugin

2007-09-12 Thread Brandon Aaron
On 9/12/07, Pops <[EMAIL PROTECTED]> wrote: > Alex, > > For what it is worth, I was able to confirm with three recent working > v1.1.4 treeview applications are now no longer working "the same" > when I simply change the

[jQuery] Re: jQuery 1.2 seems to break the Treeview plugin

2007-09-12 Thread Pops
Alex, For what it is worth, I was able to confirm with three recent working v1.1.4 treeview applications are now no longer working "the same" when I simply change the

[jQuery] Re: jQuery 1.2 seems to break the Treeview plugin

2007-09-12 Thread Stephan Beal
On Sep 12, 6:07 pm, Alex <[EMAIL PROTECTED]> wrote: > New page with 1.2 min/gzip: > http://deadguy.reliccommunity.com/treeview_1.2.html This is beside the point, but i'd like to point out that the min/gzip label which is used on jquery.com is quite misleading. It implies that the code is alrea

[jQuery] Re: jQuery 1.2 seems to break the Treeview plugin

2007-09-12 Thread Alex
Oops! Pasted the wrong url for the 1.2 version. Fixed, still having problems. New page with 1.2 min/gzip: http://deadguy.reliccommunity.com/treeview_1.2.html New page with 1.2 pack: http://deadguy.reliccommunity.com/treeview_1.2.pack.html On Sep 12, 10:19 am, Wizzud <[EMAIL PROTECTED]> wrot

[jQuery] Re: jQuery 1.2 seems to break the Treeview plugin

2007-09-12 Thread Wizzud
Your path to jquery-1.2.pack.js is returning a 404. Alex-337 wrote: > > > I've got a page that is a massive treeview, and when loading jQuery > 1.2 min&gzipped, the Treeview plugin seems to stop working. No errors > reported in Firebug, and I can't see deprecated functionality in the > plugin