1.

Which of the following is not the jQuery method for manipulation?(a) stop()(b) html()(c) text()(d) val()I have been asked this question in unit test.I want to ask this question from Essential JavaScript and jQuery in division HTML Tables, Javascript & Jquery Basics of HTML

Answer»

The correct choice is (a) stop()

Explanation: 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().



Discussion

No Comment Found

Related InterviewSolutions