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 include jQuery, unless you use jQuery.noConflict().
See the jQuery docs for details.

If that isn't it, post the test page link and someone will be able to tell
you exactly what's wrong.

-Mike

On Fri, Oct 23, 2009 at 4: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,
>

Reply via email to