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 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?

Reply via email to