Hi,
I'm running into a strange issue in WebKit browsers, where the "email" field on my form won't trigger validation by the jQuery validation plugin (using the built-in email method).
Works in FF and IE, but Safari and Chrome don't seem to like it.
I've put together a sample page here with just the form and scripts for debugging: http://bit.ly/9SFv7r
Would anyone be able to shed some light on what I'm missing?
Thanks!