➥ jQuery Tutorial
➥ jQuery Effects
- jQuery Effects
- jQuery Effects - Fading
- jQuery Effects - Sliding
- jQuery Effects - Animation
- jQuery Stop Animations
- jQuery Callback Functions
- jQuery - Chaining
➥ jQuery HTML
- jQuery - Get
- jQuery - Set
- jQuery - Add Elements
- jQuery - Remove Elements
- jQuery - CSS Classes
- jQuery - css() Method
- jQuery - Dimensions
➥ jQuery Traversing
- jQuery Traversing - Ancestors
- jQuery Traversing - Descendants
- jQuery Traversing - Siblings
- jQuery Traversing - Filtering
➥ jQuery AJAX
➥ jQuery Misc
Tutorial
Filters for jQuery
To locate particular elements, use jQuery.
Tables for Filtering
Lookup for elements in a database using only a case-insensitive search:
EXAMPLE ❯
An illustration is as described in the following:
jQuery is used to iterate through every table row and see whether text values match the value of input field. The toggle() method conceals the row that does not satisfy the search (display:none). We change the text to lower case using the toLowerCase() DOM technique, that renders the search case neutral (it permits the followings "john", "John", and even "JOHN" on search).
List Filtering
For items in a list, conduct a case-insensitive lookup:
Illustration:
EXAMPLE ❯
Filter Multiple things with same.
Browse any data within a div element utilizing case-insensitive hunt:
Illustration: