Select from following answers:- jQuery selectors allows us to select and manipulate HTML controls.
- jQuery selectors are used to find or select HTML elements based on their id,classes,types,attributes,values of attributes and much more.
- All selectors in jQuery start with the dollar sign and parentheses: $().
- All Above

Above all statements are correct about jQuery Selectors as they start with $ i.e. we have to find any controls using $ sign.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator