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:
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
2 matches
Mail list logo