mathiasbynens / jquery-placeholder

A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet
https://mths.be/placeholder
MIT License
3.98k stars 1.34k forks source link

Placeholder values submitted when using jQuery.validate submitHandler #160

Closed aruncool220 closed 9 years ago

aruncool220 commented 11 years ago

Is there any fix for this issue, i am trying to validate the fields before submitting the document, but the placeholder values are posted to the form when submitted.

aruncool220 commented 11 years ago

Any help is appreciated!!!!!!!!!!!!!!!!!!!

billzhuang commented 11 years ago

i also meet this issue~ try to figure it out

pstuermlinger commented 11 years ago

Same here! This makes my heavy ajaxified forms unuseable. I think this is caused by JQuery.val() returning the placeholder if you let the field empty.

amerikan commented 9 years ago

See https://github.com/mathiasbynens/jquery-placeholder/issues/66