jQuery Tutorial plus Question:

Download Job Interview Questions and Answers PDF

What are jQuery Selectors?

jQuery Interview Question
jQuery Interview Question

Answer:

★ jQuery Selectors are used to select one or a group of HTML elements from your web page.
★ jQuery support all the CSS selectors as well as many additional custom selectors.
★ jQuery selectors always start with dollar sign and parentheses: $()
★ There are three building blocks to select the elements in a web document.

Download jQuery Interview Questions And Answers PDF

Previous QuestionNext Question
Define all the ways to include jQuery in a page?What is jQuery?