Answers

Question and Answer:

  Home  JQuery Programmer

⟩ How to set the value of an element using jQuery?

The val(val) method sets the value attribute of every matched element if it is called on <input> but if it is called on <select> with the passed <option> value then passed option would be selected, if it is called on check box or radio box then all the matching check box and radiobox would be checked.

 186 views

More Questions for you: