After you've loaded jQuery and before you do anything in your
JavaScript, call, jQuery.noConflict(); which will give the $ object
back to the original library that is using it. The other option is to
not use $ for any of your jQuery code, but use the word jQuery.
So, instead of $("#content").show
How do I use that?
On Jun 25, 7:25 pm, Eric Martin <[EMAIL PROTECTED]> wrote:
> Have you tried jQuery.noConflict();
> ?http://docs.jquery.com/Core/jQuery.noConflict
>
> On Jun 25, 9:12 am, Pegpro <[EMAIL PROTECTED]> wrote:
>
> > Does anyone know?
>
> > On Jun 25, 12:06 pm, Pegpro <[EMAIL PROTECT
Have you tried jQuery.noConflict(); ?
http://docs.jquery.com/Core/jQuery.noConflict
On Jun 25, 9:12 am, Pegpro <[EMAIL PROTECTED]> wrote:
> Does anyone know?
>
> On Jun 25, 12:06 pm, Pegpro <[EMAIL PROTECTED]> wrote:
>
> > I am trying to use lightview and jQuery on the same page (doing
> > differ
Does anyone know?
On Jun 25, 12:06 pm, Pegpro <[EMAIL PROTECTED]> wrote:
> I am trying to use lightview and jQuery on the same page (doing
> different things). However the second I added the jQuery.js file to my
> headers my lightview broke with this error:
>
> "uncaught exception: [Exception...
4 matches
Mail list logo