Jquery

jQuery Intro

jQuery Intro Quiz

jQuery Intro Exercise

jQuery Basic

jQuery Basic Quiz

jQuery Basic Exercise

jQuery Advance

jQuery Advance Quiz

jQuery Advance Exercise

jQuery Selectors

jQuery Effects

jQuery Events

jQuery Methods and Properties

jQuery Traversing

jQuery CSS and HTML Methods

jQuery :lt() Selector

jQuery :lt() Selector

 

 

The :lt() selector is used to select elements with an index number lower than a specified number. The index numbers start at 0.

 

Syntax:-

 

Its syntax is:- $(":lt(index)");

 

Further Explanation:-

 

Parameter Description
index Specifies which elements to select. Elements with an index higher than the specified number are selected.

Code Explanation

All Tutorials related to jQuery Selectors

All Sections related to Jquery