Unobtrusive JavaScript is a general term that conveys a general philosophy, similar to the term REST (Representational State Transfer). The high-level description is that unobtrusive JavaScript doesn’t intermix JavaScript code in your page markup.
Category: QA-Javascript
What is the use of each function in jQuery?
Each function is used to iterate each and every element of an object. It is used to loop DOM elements, arrays and the object properties.
What are the basic selectors in jQuery?
Following are the basic selectors in jQuery: Element ID CSS Name Tag Name DOM hierarchy