hi

Prototype uses $ like jQuery. That can create conflict (your error message
indicates that the jquery method "ready" is not available. probably vecause
Prototype was loaded after jquery and so override $.).

jquery offers a noconflict mode, but I don't remember if we have integrate
it to wiquery (like an option).

in all cases it is not a good idea to mix many javascript core apis. so use
jquery only or prototype, but not the twice in the same time.

regards

julien roche
Le 2 août 2012 09:46, "Decebal Suiu" <decebal.s...@asf.ro> a écrit :

> Nice. I see a beautiful future :) wicket-dnd integrated with wicket tree
> and
> of course wicket-dnd part of wicket core.
> Now, I'm waiting a clarification from a member of wiquery.
>
> Thanks again,
> Decebal
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/wicket-dnd-strange-situation-tp4650918p4650947.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to