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

Category: jQuery Tutorials

1SMARTchicken - Code Made Easy

Category: jQuery Tutorials

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

Category: jQuery Tutorials

  • Tutorials (177)
  • Reference (2172)
  • Snippets (69)
  • Home
  • Tutorials
  • jQuery Tutorials
jQuery Tutorials

jQuery – Linking to the jQuery Library

September 3, 2024 / jQuery Tutorials, Tutorials

To use jQuery on your site, it must be either downloaded and linked to in the document <head> or included by linking to a CDN in the document <head>.

jQuery Tutorials

jQuery – Basic Syntax and the Document Ready Event

September 3, 2024 / jQuery Tutorials, Tutorials

The jQuery syntax is designed for selecting HTML elements and then performing some action on the selected element(s) once the document has loaded.

jQuery Tutorials

jQuery – Avoiding Conflicts with Other Libraries

September 3, 2024 / jQuery Tutorials, Tutorials

When using other JavaScript frameworks on your site along with jQuery, there is the potential for a conflict to happen.

jQuery Tutorials

jQuery – Selecting HTML Elements

September 3, 2024 / jQuery Tutorials, Tutorials / Selector

jQuery has numerous built-in selectors that make it easy to access HTML elements.

jQuery Tutorials

jQuery – Comments

September 3, 2024 / jQuery Tutorials, Tutorials / Comment

Comments in jQuery are used to create notes about what the code block does and how it works, and can also be used to temporarily prevent code execution.

jQuery Tutorials

jQuery – Commonly Used Methods (actions)

September 3, 2024 / jQuery Tutorials, Tutorials

There are a number of jQuery Methods (actions) that can be used to manipulate your document. Here are some of the most common.

jQuery Tutorials

jQuery – Traversing the DOM

September 3, 2024 / jQuery Tutorials, Tutorials

jQuery traversing, which means “to travel or pass across, over, or through”, are used to find HTML elements based on their relation to other page elements.

jQuery Tutorials

jQuery – Method Chaining

September 3, 2024 / jQuery Tutorials, Tutorials

In jQuery, you can chain together multiple methods (actions), allowing multiple actions to run on the same element(s), within a single statement.

jQuery Tutorials

jQuery – Manipulating HTML Elements and Attributes

September 3, 2024 / jQuery Tutorials, Tutorials

jQuery contains a multitude of DOM-related methods that make it easy to access and manipulate HTML elements and attributes.

jQuery Tutorials

jQuery – Responding to User Interactions

September 4, 2024 / jQuery Tutorials, Tutorials

There are many user actions (events) that a web page can respond to using jQuery. Things such as a mouse click, key press, form submit, or scroll.

jQuery Tutorials

jQuery – Creating Effects or Animations

September 4, 2024 / jQuery Tutorials, Tutorials / Animation

jQuery can be used to hide, show, fade in/out, or slide up/down HTML elements on the page, creating effects and animations with a great deal of control.

jQuery Tutorials

jQuery – Using Callback Functions

September 4, 2024 / jQuery Tutorials, Tutorials / Animation

Callback functions are used to run several lines of code containing effects that need to finish running individually before running the next line of code.

jQuery Tutorials

jQuery – Using AJAX

September 4, 2024 / jQuery Tutorials, Tutorials

AJAX is the ability to exchange data with a server, and then update parts of a web page without reloading the entire page – only the updated data reloads.

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 (73)
    • Python File Handling (4)
    • Python and MySQL (5)
  • 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.