-
Which of the following is not the jQuery method for manipulation?
-
- val()
- stop()
- html()
- text()
- None of these
Correct Option: B
For attributes manipulation we use three methods named html(), text() and val(). The content of selected elements is returned by html(). The text content of selected elements is returned by text(). The values of form fields is returned by val().