Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to jQuery Web Development
Rating: 4.2 out of 5(60 ratings)
16,419 students

Introduction to jQuery Web Development

Explore how you can easily add advanced functionality to your web projects by adding jQuery. JQuery for web development
Created byLaurence Svekis
Last updated 11/2024
English
English [Auto],

What you'll learn

  • add jQuery to web projects
  • use jQuery to create interactive content
  • use jQuery to create dynamic web pages
  • create modern websites with advanced functionality

Course content

3 sections38 lectures2h 40m total length
  • Introduction to jQuery3:34

    Explore jQuery fundamentals to build dynamic web interactions, including event handlers, animations, scrolling, and ajax-powered content updates, by integrating html, css, and javascript for interactive web projects.

  • What is jQuery and why do we use it5:12

    jQuery, the popular JavaScript library, simplifies JavaScript by enabling animations, event handling, and easy AJAX, while integrating with the DOM to power dynamic web pages.

  • Getting Started with jQuery6:17

    Learn to add jQuery to a web project, use $ as the factory or shorthand, and use css-like selectors when the document is ready.

  • jQuery Selectors6:08

    Learn how jQuery selectors identify and manipulate html elements, access text, html content, and values, and select elements by id, class, or tag to update or loop through multiple items.

  • Each value from mulitple selector elements4:06

    Master jQuery selectors to target multiple elements, loop through results with the each method, log and update list items, and apply dynamic changes across the page.

  • Updating elements via jQuery7:11

    Learn how to update list elements with jQuery by looping through items, accessing index, and applying methods like prepend, before, after, append, empty, and remove to manipulate content.

  • Source Code Selectors HTML0:12
  • CSS selectors and jQuery selectors2:15

    Learn to use CSS selectors and jQuery selectors to target list items and the first child, apply background colors, and mirror CSS syntax for easy, consistent styling.

  • Introduction to event binding2:33

    Discover how to bind events with jQuery to list items using a single selector, attach click listeners without looping, and handle mouse and keyboard events while preventing default hyperlink actions.

  • Event Listeners jQuery Mouse Events6:39

    Learn to bind jQuery event listeners for mouse events such as click, hover, and mouse enter/leave, updating inputs and logging events with the on method.

  • Source Code Events0:03
  • Keyboard event triggers6:08

    Explore how to implement keyboard event triggers in jQuery to interact with form inputs using keydown, keyup, focus, and change events that update an output container.

  • Source Code keyboard events0:04
  • Resize and Scroll event listeners on window object7:06

    Learn to use window resize and scroll events with jQuery, update an output area with window width and scroll position, and access related window and document metrics.

  • Source Code Windows Object2:40
  • Finding input values from form jQuery6:23

    Explore traversing the DOM with jQuery to locate form inputs, loop through elements, read values, and prevent default submission while validating emails and capturing data.

  • jQuery Traversing elements7:34

    Explore traversing elements by moving through parent and parents, next and previous siblings, and children, then apply styling, set a default email, and inspect results via the console.

  • Select elements from HTML content5:21

    Apply jQuery to traverse HTML content, selecting elements using siblings, next, and nextAll, then update CSS properties such as background color to yellow for precise targeting.

  • Source Code Selection0:03
  • jQuery working with CSS7:29

    Learn how to update css with jQuery by setting properties and values, add or remove classes, and use click, hover, and toggle to create dynamic visual effects.

  • Source Code CSS0:02
  • Hide and Show page sections9:10

    Discover jQuery effects and animations that create visually appealing transitions. Learn to hide and show sections with fade and slide, and to chain effects for dynamic page interactions.

  • jQuery effects Fading4:03

    Master jQuery effects by fading elements with fade in, fade out, and fadeToggle, using duration and completion callbacks. Toggle classes to change background color for dynamic page visibility.

  • Source Code Effects0:02
  • JQuery Sliding Effects4:33

    Learn jQuery sliding effects to reveal and hide web page sections with slide down and slide up, using a wrapper and toggle for smooth transitions.

  • jQuery Animate10:35

    Learn to animate page sections with jQuery animate by calculating section offsets, scrolling the body to top, and using click events to update active states and create smooth transitions.

  • Source Code2:57
  • jQuery AJAX made easy JSON and more5:32

    Master how jQuery AJAX loads JSON data and other content without page reloads. Use get, post, load, and ajax to fetch and render data in HTML.

  • Loading data into HTML via jQuery6:44

    Learn AJAX with jQuery to load JSON data into HTML via CodePen examples. Click a button to fetch data and display it in an output area using a callback.

  • jQuery AJAX get getJSON9:21

    Explore how jQuery ajax get and getJSON fetch and display server data, parse JSON objects and arrays, and pass values to a PHP file for demonstration.

  • AJAX with jQuery9:51

    Explore ajax with jQuery by sending get and post requests, handling callbacks, and retrieving data from the server. Configure paths, payloads, and error handling to debug with the console.

  • Source Code0:11
  • jQuery conclusion2:16

    Explore how jQuery enables dynamic web interactions, including Ajax and event-driven functionality. Practice with source code and real-time updates, and leverage jQuery resources to build richer web projects.

  • Resources jQuery0:01

Requirements

  • Basic HTML and JavaScript
  • desire to learn
  • computer access

Description

jQuery is easy to add to your websites and can provide really powerful advanced functionality.  

Learn how to make your web content dynamic.  jQuery is perfect for connecting your HTML elements with script.   Let your HTML come to life, change the content that is displayed using jQuery.  It brings life into boring old static HTML pages, and makes them dynamic.  Access all of your page elements and let you imagination guide you as to what you want to happen.   Users are expecting more, and within this course we show you how you can deliver using jQuery.

Bring data into your webpages dynamically and use that data to create better user experiences. Customise the user experience as you use data to make HTML dynamic.  No page reloads, it updates your page content.  Making AJAX calls easy, bring in data and use it in your code.  One of the easiest ways to create AJAX calls is with jQuery.  This course shows you the options for retrieving external file data and pulling it into your code to use within  your web pages.

jQuery also makes animations of HTML elements  easy, with just a few lines of code that can move and create awesome effects on any HTML element.  You won't believe how easy it is to create amazing effects with jQuery.   This course covers, hide/show, fading, sliding effects and animate.  

Learn to select your HTML elements and let jQuery make them shine. This course covers everything you need to know to get started with jQuery.

  • Step by step learning
  • HD quality videos
  • Source code included
  • Top resources and tips for using jQuery
  • Professional instruction from an instructor with over 18 years experience.

Let jQuery simplify the process of adding advanced functionality to your web pages.

Explorer how jQuery works

  • See how to add dynamic functionality to your page elements
  • Learn about updating HTML content
  • Use events to create user interaction
  • Traverse the HTML content to better select desired elements
  • Create animations and cool effects
  • Discover how to load data into your webpage via AJAX calls 

I'm here to help you learn how to use jQuery, and ready to answer any questions you may have. 

jQuery is in demand used across many of the top websites today. Learning to use jQuery can set  you apart.   Want to know more, join now to start learning about jQuery today.

Who this course is for:

  • web developers
  • web designers
  • anyone who wants to learn how to create websites
  • JavaScript developers