From the course: jQuery Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Selectors and filters

Selectors and filters - jQuery Tutorial

From the course: jQuery Essential Training

Start my 1-month free trial

Selectors and filters

- [Instructor] Let's take a quick look at selectors and filters which are one of the basic building blocks of jQuery. Now, here in my Editor, I'm going to open up the select filter underscore intro file. Now, this is not a start building towards finished example, and, in fact, none of the files in this chapter are going to be like that. I'm going to just simply show you some of the various features of jQuery and then for the rest of the course we will examine each one of these areas more in-depth. By the end of this chapter, you should have a basic understanding of what the various features are and what they do. So, I'm going to go ahead and bring this file up in the browser and I'm going to use live preview in brackets, but you can bring it up however you want in your browser, just double clicking it in the OS should be fine. Selectors and filters are used to extract information from web pages. Selectors basically work using a CSS like syntax. You can see here, for example, the…

Contents