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 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.
>
> > Original page with 1.1.4.1:
> >http://deadguy.reliccommunity.com/treeview_1.1.4.1.html
>
> > New page with 1.2 min/gzip:
> >http://deadguy.reliccommunity.com/treeview_1.2.html
>
> > Any ideas?
>
> --
> View this message in 
> context:http://www.nabble.com/jQuery-1.2-seems-to-break-the-Treeview-plugin-t...
> Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to