[jQuery] Re: Compatibility Mode of jquery library

2009-02-26 Thread MorningZ
noConflict has absolutely nothing to do with compressed or being able to see the library references "$" internally regardless if it's namespaced "$", "jQuery", or "$foo" on the outside the feature does definitely work to get jQuery working alongside with mootools, it's your implementation of

[jQuery] Re: Compatibility Mode of jquery library

2009-02-26 Thread hinkel11
Yes, I read this already. However, my problem is that the jquery I have to change is compressed, i.e. you cannot read the code and you don't see the '$' characters. Therefore my question if there is another solution. Thanx. On 25 Feb., 22:24, James wrote: > http://docs.jquery.com/Core/jQuery.noC

[jQuery] Re: Compatibility Mode of jquery library

2009-02-25 Thread James
http://docs.jquery.com/Core/jQuery.noConflict On Feb 25, 4:53 am, hinkel11 wrote: > On my website I want to use a module that uses the Java-Framework > "jquery", together with a plugin that uses the framework "mootools". > However I didn't got them to work. It seems to be due to a conflict > bet