Uses of JQuery filter

The jQuery filter is used to filter out certain values from the object list based on certain criterion.

Uses of JQuery filter

Uses of JQuery filter

     

Uses of JQuery filter

The jQuery filter is used to filter out certain values from the object list based on certain criterion.

For example you can make a shopping cart website and display a list of products images in the main product display area. Then you can allow the user filter out the items based on some keywords. This way can make a nice gui for your application. You can get the data from server store in a list and then use the jQuery filter to filter out the data based on the user input.

Some of the key uses are given below :

  • It is very similar to selector in fact we can say that it is a type of selector to enhance the functionality of selector.
  • We can select filter according to their position.
  • We can select filter according to tag name.
  • We can select filter according to child, last-child ,nth child ,only child.
  • We can select filter according to their visibility.
  • We can select filter according to sibling, adjacent, or descendant etc.

Learn from experts! Attend jQuery Training classes.