37 JQuery Selectors Part 1
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=Q0oMC7n4HOY
jQuery selectors are one of the most important parts of the jQuery library. • jQuery selectors allow you to select and manipulate HTML element(s). • jQuery selectors are used to find (or select) HTML elements based on their name, id, classes, types, attributes, values of attributes and much more. It's based on the existing CSS Selectors, and in addition, it has some own custom selectors. • All selectors in jQuery start with the dollar sign and parentheses: $(). • The purpose of jQuery is to make it much easier to use JavaScript on your website. jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single line of code. jQuery also simplifies a lot of the complicated things from JavaScript, like AJAX calls and DOM manipulation. • Video by - Tanmay Sakpal • Simple Snippets Channel link - / simplesnippets • Support by becoming a Member : / @telusko
#############################
