How we can select multiple elements in jQuery?
The element selector in jQuery is used to select multiple elements.
Its syntax is $('element1, element2, element 3,....")
.
The selection elements need to be specified and then with the help of * elements can be selected in any document.
BY Best Interview Question ON 14 Sep 2019