jQuery in Action: Build 20 jQuery Projects
jQuery in Action: Build 20 jQuery Projects, available at $79.99, has an average rating of 4.75, with 177 lectures, 7 quizzes, based on 339 reviews, and has 3385 subscribers.
You will learn about Learn jQuery from scratch Write complicated JavaScript functions easily, quickly and effectively Apply jQuery knowledge to build 16 real-world practical jQuery projects Create cool visual effects and animations Develop fun and engaging games easily Build professional user interfaces Add beautiful and unique features to websites Build high performing jQuery applications Accomplish amazing things by writing just a few lines of code This course is ideal for individuals who are Anyone who wants to learn jQuery from scratch or Anyone who wants to improve JavaScript skills or Anyone who wants to improve jQuery skills from basics to advanced or Web developers and designers who want to improve their productivity It is particularly useful for Anyone who wants to learn jQuery from scratch or Anyone who wants to improve JavaScript skills or Anyone who wants to improve jQuery skills from basics to advanced or Web developers and designers who want to improve their productivity.
Enroll now: jQuery in Action: Build 20 jQuery Projects
Summary
Title: jQuery in Action: Build 20 jQuery Projects
Price: $79.99
Average Rating: 4.75
Number of Lectures: 177
Number of Quizzes: 7
Number of Published Lectures: 173
Number of Published Quizzes: 7
Number of Curriculum Items: 184
Number of Published Curriculum Objects: 180
Original Price: $189.99
Quality Status: approved
Status: Live
What You Will Learn
- Learn jQuery from scratch
- Write complicated JavaScript functions easily, quickly and effectively
- Apply jQuery knowledge to build 16 real-world practical jQuery projects
- Create cool visual effects and animations
- Develop fun and engaging games easily
- Build professional user interfaces
- Add beautiful and unique features to websites
- Build high performing jQuery applications
- Accomplish amazing things by writing just a few lines of code
Who Should Attend
- Anyone who wants to learn jQuery from scratch
- Anyone who wants to improve JavaScript skills
- Anyone who wants to improve jQuery skills from basics to advanced
- Web developers and designers who want to improve their productivity
Target Audiences
- Anyone who wants to learn jQuery from scratch
- Anyone who wants to improve JavaScript skills
- Anyone who wants to improve jQuery skills from basics to advanced
- Web developers and designers who want to improve their productivity
=> Watch the Promo Video To Know Details of 20 Projects You are Going to Develop
=> Over 23.5 hours of content & 170+ lectures
=> Only jQuery course with jQuery Quizzes, Exercises, Hands-On Practices and 20 Unique jQuery Projects
—————————————————————————————————————————
Do you want to accomplish amazing things by writing just a few lines of code? Do you want to write complicated JavaScript functions easily and quickly? Do you want to create cool visual effects and animations? Do you want to develop impressive games and professional user interfaces easily? Do you want to add nice and unique features to your websites and applications?
Then, join this 100% hands-on jQuery course and ease the pain of web development and increase your productivity as a web developer.
jQuery is a very popular JavaScript library which makes front-end web development easy. jQuery simplifies JavaScript programming. You can implement a complex functionality in just 5 or 6 lines of jQuery code where it might require 25 or more lines of JavaScript code to implement the same functionality.
—————————————————————————————————————————
Adrian Willsher says
“This is a great course for beginners learning jQuery. The instructor is clear and has an excellent grasp on everything presented. The practical applications presented in the second half are good. I have already purchased and am looking forward to the instructor’s next jQuery course.”
Mihai Enuica says
“A very good, useful course, well taught with a interesting jquery projects.“
eniyenzima Emmanuel Niyenzima says
“Best jQuery class at udemy!“
Veeranjaneyulu k says
“I don’t have any idea about jQuery . After Completing this course, i am able to do my own scripting using jQuery. Thank you for the one of the best course for JQuery. I am excepting more sessions on angular js ,java script.”
—————————————————————————————————————————
jQuery in Action: Build 20 jQuery Projects course helps you learn jQuery from scratch and apply your jQuery knowledge to develop unique and nice jQuery projects that you can use in your websites, web applications and mobile applications. You are going to develop unique user interface designs, cool visual effects and animations, nice features for your website and even games in this course using jQuery.
The Course Structure is as follows:
First you will understand what jQuery is and why you should learn jQuery. We will also compare JavaScript and jQuery by implementing a functionality to understand why jQuery is a “Write Less, Do More” library. Then, you will learn how to set up the jQuery development environment and the basic syntax of jQuery. Shhh…..I am also going to share a secret with you which will help you write jQuery code easily.
Then come the jQuery Selectors. Selectors will help you select the elements upon which you need to perform an action. Next is the Events section. The events are the actual action that is performed. Later, you will learn how to use different Effects and Animations to energise your pages. DOM Manipulation and DOM Traversalare two important sections where we discuss how to handle the web page on the fly.
Then comes, the Let’s Develop Section where you are going to develop a number of jQuery projects that too from SCRATCH. Trust me, this section is going to boost your confidence as a front-end web developer. Different jQuery Projects available in Let’s Develop section are
-
Accordion
-
Slide Panel
-
New Ticker
-
Photo Zoom In/Zoom Out Effect
-
Memory Game
-
Image Slider
-
Animated Graph
-
Animated Tooltip
-
Filterable Portfolio
-
Classic Tic Tac Toe Game
-
Reading Progress Indicator
-
Flying Bird Game (Flappy Bird Clone)
-
5-Star Rating System
-
Multi Step Form with Progress Bar
-
Tree View
-
To-Do List
-
Word Search Game
-
Click Speed Test with Timer
-
Online Stopwatch
-
Count Down Timer with Alarm
So, what are you waiting for?? Join this wonderful jQuery course NOW and let’s get started !!!
Course Curriculum
Chapter 1: Be Familiar with jQuery (Introduction to jQuery)
Lecture 1: What are You Going to Develop?
Lecture 2: What Software You Need?
Lecture 3: What is jQuery?
Lecture 4: Let's Compare: JavaScript Vs jQuery
Chapter 2: Be Ready to Start (Basics of jQuery)
Lecture 1: Setup jQuery Development Environment
Lecture 2: Understand the Basic Syntax of jQuery
Lecture 3: Importance of $(document).ready() Event
Lecture 4: Secret Tip to Write jQuery Code Easily and Quickly
Chapter 3: Select the Elements upon which to Act (jQuery Selectors)
Lecture 1: All Selector
Lecture 2: Tagname Selector
Lecture 3: Multiple Selectors
Lecture 4: ID Selector
Lecture 5: Class Selector
Lecture 6: Hands-On Practice: Class Selector
Lecture 7: this Selector
Lecture 8: Hands-On Practice: this and Tagname Selectors
Lecture 9: Attribute based Selectors – Part 1 (name, value equals and value not equal)
Lecture 10: Attribute based Selectors – Part 2 (value starts with, ends with and contains)
Lecture 11: Attribute based Selectors – Part 3 (value contains a word)
Lecture 12: Position based Selectors – Part 1 (first, last, even indexed and odd indexed)
Lecture 13: Position based Selectors – Part 2 (index equals, less than and greater than)
Lecture 14: Relationship based Selectors – Part 1 (first child and last child)
Lecture 15: Relationship based Selectors – Part 2 (nth child and nth last child)
Lecture 16: Relationship Selectors – 3 (first and last of type, nth and nth last of type)
Lecture 17: Relationship based Selectors – Part 4 (only child and only of type)
Lecture 18: Child and Sibling Selectors
Lecture 19: Form based Selectors
Lecture 20: State based Selectors
Lecture 21: Content based Selectors
Lecture 22: Exercises: Selectors
Chapter 4: Let the Actions Happen (jQuery Events)
Lecture 1: Overview
Lecture 2: Mouse Events
Lecture 3: Keyboard Events
Lecture 4: Form Events – Part 1 (focus, blur, focusin and focusout)
Lecture 5: Form Events – Part 2 (change, select and submit)
Lecture 6: Browser Events
Lecture 7: How to Attach Event Handlers?
Lecture 8: Difference between .click() and .on("click") (Event Delegation)
Lecture 9: Difference between one() and on() Methods
Lecture 10: Method Chaining
Lecture 11: Exercises: Events
Chapter 5: Energise Your Pages (jQuery Effects and Animations)
Lecture 1: Introduction to Effects
Lecture 2: Basic Effects
Lecture 3: Fading Effects
Lecture 4: Sliding Effects
Lecture 5: Reverse Slide Down and Slide Up Effects – Part 1
Lecture 6: Reverse Slide Down and Slide Up Effects – Part 2
Lecture 7: Custom Animations
Lecture 8: Choose CSS Property Name Dynamically in animate() Method
Chapter 6: Handle the DOM (DOM Manipulation)
Lecture 1: Get/Set HTML
Lecture 2: Get/Set Text
Lecture 3: Get/Set Values of Form Elements
Lecture 4: Get/Set Attributes and Properties
Lecture 5: Add Content or Element
Lecture 6: Move an Existing Element to a New Location
Lecture 7: Remove Element
Lecture 8: Hands-On Practice: Remove Elements Based On Button Clicked
Lecture 9: Modify Content
Lecture 10: Modify Style
Lecture 11: Exercises: DOM Manipulation
Chapter 7: Move through the DOM (DOM Traversal)
Lecture 1: Ancestors Traversal Methods
Lecture 2: Siblings Traversal Methods
Lecture 3: Children Traversal Methods
Lecture 4: Filtering Methods
Chapter 8: Make Use of Utilities (jQuery Utility Functions)
Lecture 1: $.inArray() to Look for an Item
Lecture 2: $.grep() to Filter an Array
Lecture 3: $.map() to Translate All Items in an Array
Lecture 4: .each() to Iterate over a jQuery Object
Chapter 9: jQuery and AJAX
Lecture 1: What is AJAX?
Lecture 2: The $.ajax() Method
Lecture 3: Different Options to Configure AJAX request
Lecture 4: Three Callback Options and Alternative Constructs
Lecture 5: Different Shorthand jQuery AJAX Methods
Chapter 10: jQuery Plugins
Lecture 1: Introduction to jQuery Plugins
Lecture 2: Find and Make Use of Existing Plugins
Lecture 3: Create Basic jQuery Plugins
Lecture 4: Advanced Plugin Concepts – Part 1
Lecture 5: Advanced Plugin Concepts – Part 2
Lecture 6: Advanced Plugin Concepts – Part 3
Lecture 7: Advanced Plugin Concepts – Part 4
Chapter 11: Code it Yourself (jQuery Exercises)
Lecture 1: Exercise #1: Distinguish between left and right mouse clicks
Chapter 12: Let's Develop (Effects, Games and User Interfaces Developed from Scratch)
Instructors
-
Crypters Infotech
Career Enhancement Training Solutions
Rating Distribution
- 1 stars: 12 votes
- 2 stars: 6 votes
- 3 stars: 33 votes
- 4 stars: 105 votes
- 5 stars: 183 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024