[jQuery] Re: jquery disturbing the others javascript ...

2009-10-24 Thread bgolfy
Michael, Thanks a lot for that clue ... I went to jQuery docs and finally, I used jQuery.noConflict() ... It worked now ... There was no secret ... I use this slideshow ... http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider Thanks again ... B. On Oct 24, 4:51 am, Mic

[jQuery] Re: jquery disturbing the others javascript ...

2009-10-23 Thread Michael Geary
Post a link to a test page that illustrates the problem. Otherwise we can only guess as to what might be wrong. You get one guess for free, though. :-) Do you have code on your site that uses Prototype or a similar library, e.g. var foo = $('someElementId').tagName; That will fail if you includ

[jQuery] Re: jquery disturbing the others javascript ...

2009-10-23 Thread James
A jQuery plug-in should not have the jQuery in its code... if so, it's not doing it right. Is it possible to just remove the jQuery library portion of it and have it function as expected? What is this plug-in if you don't mind telling us? On Oct 23, 1:47 pm, bgolfy wrote: > Hi everybody, > > I'm