InterviewSolution
Saved Bookmarks
| 1. |
Which method is not used for CSS manipulation?(a) toggleClass()(b) removeClass()(c) beforeClass()(d) css()I have been asked this question in unit test.This interesting question is from Essential JavaScript and jQuery in chapter HTML Tables, Javascript & Jquery Basics of HTML |
|
Answer» Right option is (C) beforeClass() |
|