[jQuery] Re: (validate) Radio button values

2009-06-29 Thread Matt Riley
ovide a value for params you need to call the method in > > the following manner: > > >> value="1" name="answers" /> (if you want the radio with a value of 1 > > to be the valid answer) > > > or > > $("quiz_form").validate

[jQuery] Re: (validate) Radio button values

2009-06-26 Thread Matt Riley
all throught the validate > > This rule you created with the syntax above could be added in > additional.methods.js that cames with the validate plugin > > it was clear? > > Alexandre Magno > Interface Developerhttp://blog.alexandremagno.net > > On Jun 25, 7:12 pm, Matt Riley wrot

[jQuery] Re: (validate) Radio button values

2009-06-25 Thread Matt Riley
swer 3 Answer 4 Please select an answer. On Jun 25, 4:27 pm, Matt Riley wrote: > Thanks for your reply. I'm going to give i

[jQuery] Re: (validate) Radio button values

2009-06-25 Thread Matt Riley
our_class').val(); >    var temp_id =  $('.your_class').attrib('id'); >    if(temp_val=='selected'){ >        if(temp_id == correctanswer){ >            //code for correct answer here >        } >        else{ >           //code for wrong answer here &g

[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 us

[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 link