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

Tag: Form

1SMARTchicken - Code Made Easy

Tag: Form

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

Tag: Form

  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)
  • Home
  • Form
  • Page 3
CSS Reference

CSS – :invalid Selector

July 30, 2024 / CSS Reference, CSS Selectors, Reference / Form, Pseudo-Class, Selector

The :invalid selector selects form elements with a value that does not validate according to the element’s settings.

CSS Reference

CSS – :optional Selector

July 30, 2024 / CSS Reference, CSS Selectors, Reference / Form, Pseudo-Class, Selector

The :optional selector selects form elements which are optional (those without the required attribute).

CSS Reference

CSS – :out-of-range Selector

July 30, 2024 / CSS Reference, CSS Selectors, Reference / Form, Pseudo-Class, Selector

The :out-of-range selector selects elements with a value that is NOT within a specified range, and only works for input elements with min/max attributes.

CSS Reference

CSS – ::placeholder Selector

July 30, 2024 / CSS Reference, CSS Selectors, Reference / Form, Pseudo-Element, Selector

The ::placeholder selector selects form inputs with placeholder text.

CSS Reference

CSS – :read-only Selector

July 30, 2024 / CSS Reference, CSS Selectors, Reference / Form, Pseudo-Class, Selector

The :read-only selector selects form inputs which are “readonly” (those with a “readonly” attribute).

CSS Reference

CSS – :read-write Selector

July 30, 2024 / CSS Reference, CSS Selectors, Reference / Form, Pseudo-Class, Selector

The :read-write selector selects form inputs which are “readable” and “writeable” (those with no “readonly” or “disabled” attributes).

CSS Reference

CSS – :required Selector

July 30, 2024 / CSS Reference, CSS Selectors, Reference / Form, Pseudo-Class, Selector

The :required selector selects form inputs which are required (those with the required attribute).

CSS Reference

CSS – :valid Selector

July 30, 2024 / CSS Reference, CSS Selectors, Reference / Form, Pseudo-Class, Selector

The :valid selector selects form inputs with a value that properly validates according to the element’s settings.

CSS Reference

CSS – accent-color Property

September 26, 2024 / CSS Properties, CSS Reference, Reference / Color, Form

The accent-color property specifies the accent color for user controls and indicators such as <input> elements, and the <progress> element.

CSS Snippets

CSS – Disable a Form Input

July 25, 2024 / CSS Snippets, Snippets / Form

You may have a form field that auto populates information via JavaScript so you need to disable the input so that the user cannot change the value.

CSS Snippets

CSS – Expand a Search Field When in Use

July 28, 2024 / CSS Snippets, Snippets / Animation, Form

To give a site an interesting and modern feel, the transition property can be used to expand the length of the search field when the user clicks into it.

CSS Snippets

CSS – Hide Placeholders when the Field has Focus

July 27, 2024 / CSS Snippets, Snippets / Form, Text

Placeholders are text shown inside a form field that suggests to the user the type of input requested. They can be hidden with CSS when the field has focus.

jQuery Reference

jQuery – :button Selector

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

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

jQuery Reference

jQuery – :checkbox Selector

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

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

jQuery Reference

jQuery – :checked Selector

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

The :checked selector selects all checked HTML checkboxes or radio buttons.

jQuery Reference

jQuery – :disabled Selector

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

The :disabled selector selects all HTML form elements that are disabled.

jQuery Reference

jQuery – :enabled Selector

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

The :enabled selector selects all HTML form elements that are enabled.

jQuery Reference

jQuery – :file Selector

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

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

jQuery Reference

jQuery – :focus Selector

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

The :focus selector selects the element that currently has focus.

jQuery Reference

jQuery – :image Selector

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

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

← Previous 1 2 3 4 Next →

or View All Tags

Tutorials

  • HTML Tutorials (40)
  • CSS Tutorials (45)
    • CSS Flexbox (12)
  • JavaScript Tutorials (18)
  • jQuery Tutorials (13)
  • PHP Tutorials (0)
  • SQL Tutorials (0)
  • Python Tutorials (79)
    • Python File Handling (4)
    • Python and MySQL (11)
  • 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 (556)
    • JavaScript Selectors (7)
    • JavaScript Operators (12)
    • JavaScript Statements (17)
    • JavaScript Methods (285)
    • 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

contact2026@1smartchicken.com

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

Search for Code:

or View All Tags

Copyright © 2026 1SMARTchicken | All Rights Reserved.