[jQuery] Jquery noconflict not working

2010-01-17 Thread Alex Crooks
If you look at the page; http://www.sars-clan.co.uk/forums/ (ignore styling etc as its a work in progress) In the header source the forum system myBB calls prototype and then I call jquery and the noconflict; jQuery.noConflict(); jQuery(document).ready(function($){ //my jquery stuff

[jQuery] jQuery: noConflict

2009-10-05 Thread Dennis Madsen
I'm trying to use jQuery inside a CMS which use mootools - therefore I use noConflict. I have this sample code: jQuery.noConflict(); (function($) { function doSomething() { //some jQuery Stuff here.. alert("something

[jQuery] jquery .noconflict

2009-06-24 Thread Andy
Hi Guys, I am using .noconflict in my Jquery script on a page with another library. The problem I am facing is that the other library is still producing an error even WITH .noconflict being used. I think its because the other library is being called first - as when I put the jquery library above

[jQuery] jQuery noConflict() help

2009-01-20 Thread rolfsf
Trying to use jQuery & some plugins alongside Prototype/Scriptalicious in Tapestry I added noConflict to my scripts using this method: jQuery.noConflict(); (function($) { $(function() { //my stuff here }); })(jQuery); But I'm not clear as to wh

[jQuery] jQuery noConflict breaks the galleria in IE 6 & 7

2008-09-09 Thread sutra
Hi, I am curious if anybody ever implemented jQuery noConflict with Galleria? It's working fine in IE browsers but when I implemented the noConflict (because the system I used for the site is full of prototype scripts), IE stops working. I filed a bug report but have no hope it will get fixed so