yes
jQuery.noConflict();
for example
$jq=jQuery.noConflict();
then every jquery call must use $jq() instead of the dollar $()
example to set innerHTML of foo
in prototypejs...
$('foo').innerHTML='Bar';
...
In jQuery.
$jq('#foo').innerHTML='Bar';
HTH
Alex Mcauley
http://www.thevacancymarket.com
----- Original Message -----
From: "infectedrhythms" <[email protected]>
To: "Prototype & script.aculo.us" <[email protected]>
Sent: Tuesday, September 29, 2009 9:14 PM
Subject: [Proto-Scripty] Re: element.getInlineOpacity is not a function
Ok I gigured out the issue but not sure how to fix it.
I'm using Scriptaculous to do my Ajax calls and when I include JQuery
to add JCarousel to my page, the error is thrown...
Can Scriptaculous and JQuery coexist together?
On Sep 29, 1:19 am, infectedrhythms <[email protected]> wrote:
> I can't seem to figure this out! It was working previously. I don't
> think I have changed anything relevant.
>
> http://www.inbeatstore.comtry clciking one of the Categories on the
> left hand side...
>
> Error: element.getInlineOpacity is not a function
> Source File:http://www.inbeatstore.com/js/effects.js
> Line: 554
>
> I'm using prototype 1.5.0 as I previously had no problems I never had
> to upgrade.
>
> Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---