Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE 7-8 Forms have the placeholder data submitted as a value #2

Open
serby opened this issue Sep 12, 2011 · 0 comments
Open

IE 7-8 Forms have the placeholder data submitted as a value #2

serby opened this issue Sep 12, 2011 · 0 comments

Comments

@serby
Copy link
Owner

serby commented Sep 12, 2011

This is when using $("input[placholder]").placeholder() to bring placeholder functionality to old IE.

If you don't change a input the placeholder value will be submitted.

To fix this the parent form should be found in IE and on submit clear the value if it is the same as the placeholder text

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant