I am using jquery placeholder.js. Is there a possibility of hiding or removing the placeholders.
I ave seen that using watermark.js, there is the option on $watermark.HideAll(); Is there something like that in placeholder.js ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The jQuery placeholder function does not have any function that clears all placeholders with one function call. There is the
hidePlaceholderfunction, so you could use the same selectors and call that.Example:
And there should be no problems. Just to confirm, this is the plugin I use.