this is the working example: http://jsfiddle.net/trustweb/sTSMW/
i notice an errore using safari 5.05
if i set a form as in an html5 page and i repleace th
This is how I solved the same problem. It uses Modernizr, yepnope, and jQuery.
yepnope({ test : Modernizr.inputtypes.email && Modernizr.input.required && Modernizr.input.placeholder && && !jQuery.browser.safari, nope : ['js/webforms_home.js'] });
jQuery Browser API