[jQuery] JQuery Message with Validate Plugin

2009-07-19 Thread pocket
I am currently using the validate plugin and I needed to find a way of displaying a message when the user clicks submit but only if they meet certain criteria on their postcode. I have just seen "Message" which will display a pop up message. How do the two work together? Is it possible? Does the

[jQuery] Validate Plugin - using the submitHandler

2009-07-17 Thread pocket
I need to display a promotional message when the user clicks submit if they meet certain criteria about their postcode. I have heard that you should use the submitHandler but being completely new to JavaScript and even newer to JQuery I am a little stuck on how I should write this. I thought it wo

[jQuery] Form validation using the validate plugin

2009-07-15 Thread pocket
Rather than write my own validation I thought i would use JQuery instead however i'm not finding this easy either. I have a few questions which I hope someone can answer. Firstly, the error messages are only appearing when I click submit. How can I get them to appear after exiting each field? Here