Skip to content
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (168)
  • Reference (2172)
  • Snippets (69)

Tag: Selector

1SMARTchicken - Code Made Easy

Tag: Selector

  • Tutorials (168)
  • Reference (2172)
  • Snippets (69)
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (168)
  • Reference (2172)
  • Snippets (69)
1SMARTchicken - Code Made Easy

Tag: Selector

  • Tutorials (168)
  • Reference (2172)
  • Snippets (69)
  • Home
  • Selector
  • Page 6
jQuery Reference

jQuery – :last-child Selector

August 2, 2024 / jQuery Reference, jQuery Selectors, Reference / Selector

The :last-child selector selects all HTML elements of a specified type that are also the last child of their parent element.

jQuery Reference

jQuery – :last-of-type Selector

August 2, 2024 / jQuery Reference, jQuery Selectors, Reference / Selector

The :last-of-type selector selects all elements that are the last child of a specified type of their parent element.

jQuery Reference

jQuery – :nth-child() Selector

August 2, 2024 / jQuery Reference, jQuery Selectors, Reference / Selector

The :nth-child() selector selects all specified elements that are the nth child of their parent, regardless of all the children’s types.

jQuery Reference

jQuery – :not() Selector

August 2, 2024 / jQuery Reference, jQuery Selectors, Reference / Selector

The :not() selector selects all elements except the specified element.

jQuery Reference

jQuery – :nth-last-child() Selector

August 2, 2024 / jQuery Reference, jQuery Selectors, Reference / Selector

The :nth-last-child() selector selects all elements that are the nth child of their parent, regardless of all the children’s types, counting from the end.

jQuery Reference

jQuery – :nth-last-of-type() Selector

August 2, 2024 / jQuery Reference, jQuery Selectors, Reference / Selector

The :nth-last-of-type() selector selects all elements that are the nth child of a specified type of their parent, counting from the last child.

jQuery Reference

jQuery – :nth-of-type() Selector

August 2, 2024 / jQuery Reference, jQuery Selectors, Reference / Selector

The :nth-of-type() selector selects all elements that are the nth child of a specified type of their parent.

jQuery Reference

jQuery – :odd Selector

August 2, 2024 / jQuery Reference, jQuery Selectors, Reference / Selector

The :odd selector selects every element with an odd index number (1, 3, 5, etc.). This is often used to create a striped row look in HTML tables.

jQuery Reference

jQuery – :only-child Selector

August 3, 2024 / jQuery Reference, jQuery Selectors, Reference / Selector

The :only-child selector selects every element that is the only child of its parent. If the parent has multiple child elements, it will NOT be selected.

jQuery Reference

jQuery – :only-of-type Selector

August 3, 2024 / jQuery Reference, jQuery Selectors, Reference / Selector

The :only-of-type selector selects every element that is the only child of its type of its parent.

jQuery Reference

jQuery – Parent Descendant Selector

August 3, 2024 / jQuery Reference, jQuery Selectors, Reference / Selector

The Parent Descendant selector selects all elements that are descendants (child, grandchild, great-grandchild, etc) of a specified element.

jQuery Reference

jQuery – :parent Selector

August 3, 2024 / jQuery Reference, jQuery Selectors, Reference / Selector

The :parent selector selects all specified html elements that have child elements or text.

jQuery Reference

jQuery – Parent > Child Selector

August 3, 2024 / jQuery Reference, jQuery Selectors, Reference / Selector

The Parent > Child selector selects all elements that are a direct child of the specified element.

jQuery Reference

jQuery – :password Selector

August 3, 2024 / jQuery Reference, jQuery Selectors, Reference / Form, Selector

The :password selector selects HTML form input elements with type=”password”.

jQuery Reference

jQuery – :radio Selector

August 3, 2024 / jQuery Reference, jQuery Selectors, Reference / Form, Selector

The :radio selector selects HTML form input elements with type=”radio”.

jQuery Reference

jQuery – :reset Selector

August 3, 2024 / jQuery Reference, jQuery Selectors, Reference / Form, Selector

The :reset selector selects HTML form input elements and button elements with type=”reset”.

jQuery Reference

jQuery – :root Selector

August 3, 2024 / jQuery Reference, jQuery Selectors, Reference / Selector

The :root selector selects the document’s root element which is the html tag.

jQuery Reference

jQuery – :submit Selector

August 3, 2024 / jQuery Reference, jQuery Selectors, Reference / Form, Selector

The :submit selector selects HTML form input elements and button elements with type=”submit”.

jQuery Reference

jQuery – :selected Selector

August 3, 2024 / jQuery Reference, jQuery Selectors, Reference / Form, Selector

The :selected selector selects option elements from a dropdown list that are preselected.

jQuery Reference

jQuery – :text Selector

August 3, 2024 / jQuery Reference, jQuery Selectors, Reference / Form, Selector

The :text selector selects HTML form input elements with type=”text”.

← Previous 1 … 5 6 7 Next →

or View All Tags

Tutorials

  • HTML Tutorials (40)
  • CSS Tutorials (45)
  • CSS Flexbox (12)
  • JavaScript Tutorials (6)
  • jQuery Tutorials (13)
  • PHP Tutorials (0)
  • SQL Tutorials (0)
  • Python Tutorials (64)
  • WordPress Tutorials (0)

Reference

  • HTML Reference (244)
    • HTML Tags (107)
    • HTML Attributes (46)
    • HTML Events (76)
    • HTML Resources (15)
  • CSS Reference (309)
    • CSS Selectors (55)
    • CSS Properties (220)
    • CSS Functions (17)
    • CSS Resources (17)
  • JavaScript Reference (555)
    • JavaScript Selectors (7)
    • JavaScript Operators (12)
    • JavaScript Statements (17)
    • JavaScript Methods (284)
    • JavaScript Properties (162)
    • JavaScript RegExp (45)
    • JavaScript Resources (28)
  • jQuery Reference (220)
    • jQuery Selectors (54)
    • jQuery Methods (140)
    • jQuery Ajax Methods (16)
    • jQuery Properties (17)
    • jQuery Resources (9)
  • PHP Reference (460)
    • PHP Keywords (59)
    • PHP Functions (400)
    • PHP Constants (0)
    • PHP Resources (1)
  • SQL Reference (290)
    • SQL Keywords (59)
    • MySQL Functions (138)
    • SQL Server Functions (83)
    • SQL Resources (10)
  • Python Reference (94)
    • Python Methods (86)
    • Python Resources (8)
  • WordPress Reference (0)

Snippets

  • HTML Snippets (3)
  • CSS Snippets (12)
  • JavaScript Snippets (5)
  • jQuery Snippets (8)
  • PHP Snippets (1)
  • SQL Snippets (3)
  • Python Snippets (1)
  • WordPress Snippets (36)
1SMARTchicken - Code Made Easy

333 Washington Blvd.
Suite 126
Marina del Rey, CA 90292
United States

contact2025@1smartchicken.com

  • About Us
  • Privacy Policy
  • Cookie Policy
  • Terms & Conditions

Search for Code:

or View All Tags

Copyright © 2025 1SMARTchicken | All Rights Reserved.