[jQuery] Re: Initial Setup

2009-07-04 Thread Doug Avery
> * Can I reference the latest version, if so what would be the URL? The latest version would be the 1.3.2 mentioned in the comments. I don't believe Google provides a way to just get the 'latest', but you probably wouldn't want to, because jQuery can change how some functions work from version t

[jQuery] Re: Div and Button display as active and open only on certain pages

2009-07-04 Thread Doug Avery
So it sounds like you'd want to put a class like "hasOverlay" on the homepage body. Then, create the function that makes your overlay appear. This function needs to be standalone, don't attach it to an event just yet because we'll need to access it two different ways. So your JS code would loo

[jQuery] Re: jQuery Countdown and close button

2009-07-04 Thread Doug Avery
It looks like neither the Quiz or Quizc div ids have quotes around them...could that be it?

[jQuery] Re: var $varname

2009-07-03 Thread Doug Avery
I was convinced that this was some kind of faster, special-er variable just for jQuery objects. Thanks to everyone on this thread for clarifying. > If the value is numeric, which it is in this case, I wouldn't use the   > $ or j. I only use $variableName when the value is a jQuery object.