To read value from a form element, use __________ html() empty() remove() val()
Answers
Answered by
0
Answer:
html
hope it helps u.....
thanks
Answered by
1
To read value from a form element, use val().
Explanation:
- The Val () method can be used as an inbuilt method in jQuery. This is used for returning the set of values of attributes for the selected elements.
- This method has been applied on the HTML form elements. There are several ways in using Val () method. One such ways is $(selector).Val ().
- This method will return the selected element with particular change made by Val () method. This method will read value from a form element.
Similar questions