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 <bgo...@gmail.com> wrote: > Hi everybody, > > I'm new here and I'm not sure that this is where I have to come to > find a help ... In case I'm inthe wrong place please forgive me and > let me know wher to go. > > So, I use some of javascript in my site which runs perfectly until I > use a plugin which have jquery.js in its code. > Now, In each old javascript I use where there is "element.xxx", it > doesn't work anymore. I have an error like: element.tagName is > undefined, element.getStyle is not a function, > element.getInlineOpacity is not a function,... > > Does someone can help me ? is it something known ? > I use jquery 1.2.3. Can I replace it by the latest version ? > > Thanks,