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
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
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&
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
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
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
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
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
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
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
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
11 matches
Mail list logo