[jQuery] Re: Basic problem - using .click and .hover together on elements

2008-10-11 Thread jez_p
Thank you very much for your help Eric - and for replying so quickly. All I had left to do was to give the default menu item the class of "clicked" and it works just how I want it. Thanks again. On Oct 11, 8:24 pm, Eric <[EMAIL PROTECTED]> wrote: > Great question, jez_p! >

[jQuery] Basic problem - using .click and .hover together on elements

2008-10-11 Thread jez_p
I'm sure this has a very simple solution, but I am just starting out and can't work it out, so I would appreciate it if anyone could give me some help. I have a basic text menu, which when the menu items are clicked the page content changes. What I want is for the menu item text to change color w

[jQuery] Re: Targeting an element with multiple classes

2008-07-02 Thread jez_p
Cheers Carl. I resolved this in an earlier post (I reposted due to the post-appearing lag, and then not seeing my original post) - I had tried this first, but couldn't get it to work due to a stupid mistake. Thanks anyways. On Jul 2, 9:44 pm, Carl Von Stetten <[EMAIL PROTECTED]> wro

[jQuery] Re: [validate] jquery.delegate.js is missing?

2008-07-02 Thread jez_p
t; It sounds like you got an outdated release, where did you find that? > The current plugin page doesn't mention the dependency anywhere > (http://plugins.jquery.com/project/validate) > > Jörn > > On Wed, Jul 2, 2008 at 5:22 PM, jez_p <[EMAIL PROTECTED]> wrote: > >

[jQuery] Re: [validate] jquery.delegate.js is missing?

2008-07-02 Thread jez_p
ohn > > On Wed, Jul 2, 2008 at 9:17 AM, jez_p <[EMAIL PROTECTED]> wrote: > > > I should just explain that I'm very new to jQuery. That out of the > > way, I have downloaded the validation plug-in which states that > > jquery.delegate.js is required. It is not inc

[jQuery] [validate] jquery.delegate.js is missing?

2008-07-02 Thread jez_p
I should just explain that I'm very new to jQuery. That out of the way, I have downloaded the validation plug-in which states that jquery.delegate.js is required. It is not included within the package, so where can I obtain it from, and once I have it how should I include it within my project? Th

[jQuery] Re: Targeting elements with more than one class

2008-07-02 Thread jez_p
Thanks Mike - that was the first thing I tried. I have since found a stupid typo, and it now works of course. *slaps forehead repeatedly*. On Jul 2, 1:51 am, Mike Alsup <[EMAIL PROTECTED]> wrote: > > Please excuse my noobiness, I just started playing with jQuery today > > and I cannot seem to f

[jQuery] Targeting an element with multiple classes

2008-07-02 Thread jez_p
How do I target a specific class when elements may belong to multiple classes? For example: blah blah blah blah blah blah blah blah blah How would I select the elements with the class of "green"? I know that 'p[class="big green"]' & 'p[class="small green"]' would work, but I cannot work out

[jQuery] Targeting elements with more than one class

2008-07-01 Thread jez_p
Please excuse my noobiness, I just started playing with jQuery today and I cannot seem to find the answer to this: If you have elements with multiple classes, how do target just one class? For example: blah blah blah blah blah blah blah blah blah How do I target the 's with the class of "gre

[jQuery] Targeting elements with more than one class

2008-07-01 Thread jez_p
Please excuse my noobiness, I just started playing with jQuery today and I cannot seem to find the answer to this: If you have elements with multiple classes, how do target just one class? For example: blah blah blah blah blah blah blah blah blah How do I target the 's with the class of "gre