[jQuery] Re: (validate) Radio button values

2009-06-29 Thread Matt Riley
the correct answer though. Are you able to make ajax calls to the server? The validate plugin provides a remote method that you pass a php.asp url and return true/false to validate. That would be far better. On Jun 27, 6:09 am, Matt Riley mattrileyiph...@gmail.com wrote: Alexandre

[jQuery] Re: (validate) Radio button values

2009-06-26 Thread Matt Riley
, Matt Riley mattrileyiph...@gmail.com wrote: Yeah, like I thought, I'm back again.  ;-) Below is the code I've been cobbling together from your previous post. Please feel free to slap me around and tell me where I've done bad. Right now, the form validation works fine (if there is nothing

[jQuery] (validate) Radio button values

2009-06-25 Thread Matt Riley
I'm making a simple quiz using jquery and the validate plug-in. I think I'm really close but just need a nudge over the last hump. :-) I have a radio button group that requires the user to select at least one button. That part is working. However, what I want to do is also check to see if the

[jQuery] Re: (validate) Radio button values

2009-06-25 Thread Matt Riley
'){        if(temp_id == correctanswer){            //code for correct answer here        }        else{           //code for wrong answer here       }    } ) On Jun 25, 2:35 pm, Matt Riley mattrileyiph...@gmail.com wrote: I'm making a simple quiz using jquery and the validate plug-in. I

[jQuery] Re: (validate) Radio button values

2009-06-25 Thread Matt Riley
input class=submit type=submit value=Check Answers / /fieldset /form /div /body /html On Jun 25, 4:27 pm, Matt Riley mattrileyiph...@gmail.com wrote: Thanks for your reply. I'm going to give it a go with what you suggested, although I'm not exactly a seasoned pro at this so I

[jQuery] cluetip problem on iPhone/Mobile Safari

2009-05-19 Thread Matt Riley
First off, a quick THANK YOU for making cluetip! :-) I'm using it and loving it but I have an issue with it under iPhone/ Mobile Safari. Basically, when I view a page with a desktop browser, cluetip activates on hover and does what I want. However, on the iPhone, cluetip displays whenever a