That is what the jQuery.noConflict() is for. :)

Just do this:

var $j = jQuery.noConflict();

--
Brandon Aaron

On 5/30/07, MrNase <[EMAIL PROTECTED]> wrote:


As I see now, the problem still exists.

jQuery doesn't know what to do with ->

var userlanguage = ${config.userlanguage};


I would need to tell jQuery that ${config.userlanguage} has nothing to
do with jQuery. :-(


---dominik





On 30 Mai, 23:08, MrNase <[EMAIL PROTECTED]> wrote:
> > var $j = jQuery;
>
> wow thank you!
>
> ---dominik


Reply via email to