jQuery val()

jQuery val() method can either be used to get the current value of the first element in the set of matched elements or to set the value of every matched element. jQuery val() sets or returns the value attribute of the selected elements. Syntax: When it is used to get value. $(selector).val() When it is … Read more