1

I am so confused right now. I'm trying to change all required messages in my website but all I see everywhere is that you can do it via jquery validator plugin. But I ain't using this, I am only using twitter bootstrap css and jss, plus jquery 1.11.1

This is how I link a required message for an input :

<input type="text" name="username" required> 

How can I change required message without using jquery validator?

Thx

2
  • There's already an answer for this... Check the following out. stackoverflow.com/a/5276722/1293740 You're using just HTML required attribute, so you will be able to set different message like this with JS. Commented Jun 4, 2015 at 15:26
  • This has absolutely nothing to do with jQuery. The validation messages are via your browser and HTML5. Commented Jun 4, 2015 at 17:34

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.