[jQuery] help with addClass

2008-01-07 Thread browntown
So I'm working with a client that wants to be able to click an image to see the rollover state...they then want to click the image again to be taken to a url. I'm about to suggest that we change the first click to be a traditional rollover as it would simplify things and make things less confusin

[jQuery] Re: using jQuery with multiple libraries

2007-05-11 Thread browntown
L for where this is happening? It will help us to > debug the problem. > > --John > > On 5/11/07, browntown <[EMAIL PROTECTED]> wrote: > > > > > Thanks for the replies...I've tried every variation provided on the > > using jquery with other libraries

[jQuery] Re: using jQuery with multiple libraries

2007-05-11 Thread browntown
jQuery.noConflict(); > > // Use jQuery via $j(...) > $j(document).ready(function(){ >$j("div").hide(); > }); > > // Use Prototype with $(...), etc. > $('someid').style.display = 'none'; > > > &g

[jQuery] using jQuery with multiple libraries

2007-05-09 Thread browntown
I'm currently trying to implement some jQuery functionality into a site that is using other libraries: prototype and YUI to name a few. I'm having problems getting my jquery code to execute properly. I've read the documentation on jquery.com but i'm still receiving the error message: "jQuery(docu