W3Schools.com

jQuery :lt Selector

jQuery Selectors jQuery Selectors

Example

Select the 4 first tr elements:

$("tr:lt(4)")

Try it yourself »

Definition and Usage

The :lt selector selects elements with an index number less than a specified number.

The index numbers start at 0.

This is mostly used together with another selector to select the first elements in a group (like in the example above).

Syntax

$(":lt(index)")

Parameter Description
index Required. Specifies which element to select.
Elements with an index lesser than the specified number is selected.


Tips and Notes

Tip: Use the :gt selector to select elements index numbers greater than the specified number.


jQuery Selectors jQuery Selectors


WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$3.98 Unlimited Hosting
Premium Website Design
WEB BUILDING
Download XML Editor
FREE Website BUILDER
Best Website Templates Top CSS Templates
CREATE HTML Websites
EASY WEBSITE BUILDER
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE