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

Category: jQuery Reference

1SMARTchicken - Code Made Easy

Category: jQuery Reference

  • 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

Category: jQuery Reference

  • Tutorials (168)
  • Reference (2172)
  • Snippets (69)
  • Home
  • Reference
  • jQuery Reference
  • Page 3
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”.

jQuery Reference

jQuery – :visible Selector

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

The :visible selector selects elements NOT set to: display: none, form elements with type=hidden, elements with zero width/height, child with a hidden parent.

jQuery Reference

jQuery – add() Method

August 15, 2024 / jQuery Methods, jQuery Reference, Reference / jQuery HTML/CSS

The add() method adds elements to an existing group of elements in the whole document, or just inside context elements if specified.

jQuery Reference

jQuery – addClass() Method

August 15, 2024 / jQuery Methods, jQuery Reference, Reference / jQuery HTML/CSS

The addClass() method adds one or more class names to the selected elements.

jQuery Reference

jQuery – $.ajax() Method

August 4, 2024 / jQuery Ajax Methods, jQuery Methods, jQuery Reference, Reference / AJAX

The .ajax() method is used to perform an AJAX (asynchronous HTTP) request, and is mostly used for requests where the other methods cannot be used.

jQuery Reference

jQuery – after() Method

August 15, 2024 / jQuery Methods, jQuery Reference, Reference / jQuery HTML/CSS

The after() method inserts specified content (HTML tags, jQuery objects, DOM elements) after the selected elements.

jQuery Reference

jQuery – ajaxComplete() Method

August 5, 2024 / jQuery Ajax Methods, jQuery Methods, jQuery Reference, Reference / AJAX

The ajaxComplete() method specifies a function to be run when an AJAX request completes.

jQuery Reference

jQuery – $.ajaxSetup() Method

August 5, 2024 / jQuery Ajax Methods, jQuery Methods, jQuery Reference, Reference / AJAX

The .ajaxSetup() method sets default values for future AJAX requests.

← Previous 1 2 3 4 … 11 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.