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

Placeholder in input field #12

Open
vladimirmyshkovski opened this issue Jul 22, 2017 · 0 comments
Open

Placeholder in input field #12

vladimirmyshkovski opened this issue Jul 22, 2017 · 0 comments

Comments

@vladimirmyshkovski
Copy link

Hey.
I want to remove the placeholder and add class validate from all input fields, but after looking at the source, I did not find anywhere, wherever it could be installed on the field.

How can i do this ?

Now I use two simple lines of code:

$(':input').removeAttr('placeholder');
$(':input').toggleClass('validate');

But the best way would be to do this in templates.

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