[jQuery] Re: Jquery Treeview bug in Tapestry5

2009-02-11 Thread pilgrim
pm, Ralph Whitbeck wrote: > noConflict will only release the $ back to the other library. > > You'll need to go through and update your jQuery lines like so > > from > > $("div").hide(); > > to > > jQuery("div").hide(); > > http:

[jQuery] Jquery Treeview bug in Tapestry5

2009-02-10 Thread pilgrim
Hi, I'm using Tapestry5.018 (using Prototype and Scriptaculous for front end). I love Jquery and try using TreeView plugin for processing tree. Everything is ok so far but a bug with remove function in jquery.treeview.edit.js. With existence of prototype.js , remove a node in tree will remove a t