I have recently developed an HTML5 jQuery plugin and I\'m having trouble removing the red border on required fields in FF4 beta.
I noticed that FF applies this borde
Wrap your required input into a form with novalidate attribute
input
form
novalidate