After you use noConflict() you can no longer use the jQuery version of $(...). You can use jQuery(...) instead or:
jQuery(document).ready(function($){ // $ is the jQuery version here }); (All of this is from the "Using jQuery with Other Libraries" page I pointed to.) Karl Rudd On Thu, Oct 16, 2008 at 6:24 PM, elyas <[EMAIL PROTECTED]> wrote: > > > > On Oct 15, 3:37 pm, "Karl Rudd" <[EMAIL PROTECTED]> wrote: >> Nitobi has a $ function of it's own which conflicts with jQuery's version. >> >> See the link below for how to get things working together: >> http://docs.jquery.com/Using_jQuery_with_Other_Libraries >> >> Karl Rudd >> >> >> >> On Wed, Oct 15, 2008 at 1:23 PM, elyas <[EMAIL PROTECTED]> wrote: >> >> > i am using Interspier Shopping cart and they are using Jquiry. >> >> > when i add the nitobe combo box to page it doest work. if i comment >> > out the >> > <script type="text/javascript" src="javascript/jquery.js"> it works. >> >> > any idea how i can resolve this problem. >> >> > the link to see my page and nitobe scripts are >> >> >www.needme.com.au. >> >> > Currenly i have commented the jquery so nitobi combo box can function. >> > the nitobi combi box is right under subscription form. >> >> > Regards- Hide quoted text - >> >> - Show quoted text - > > HI karl > thank for your help when i placed the ( jQuery.noConflict(); ) my > combo box did show up But i still get alot of errors. > > i get those errors only wheni use explorer not on firefox. Any Idea > what i can do to fix this. > > this is the link for the site plz check it if you can. > > www.needme.com.au and the combo box is right under the subscription > form. > > > > > cheers >