[jQuery] Re: Trying to use jQuery and lightview on the same page

2008-06-26 Thread Eric Martin
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

[jQuery] Re: Trying to use jQuery and lightview on the same page

2008-06-26 Thread Pegpro
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

[jQuery] Re: Trying to use jQuery and lightview on the same page

2008-06-25 Thread Eric Martin
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

[jQuery] Re: Trying to use jQuery and lightview on the same page

2008-06-25 Thread Pegpro
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...