Mô tả

=> 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 Traversal are 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

  1. Accordion

  2. Slide Panel

  3. New Ticker

  4. Photo Zoom In/Zoom Out Effect

  5. Memory Game

  6. Image Slider

  7. Animated Graph

  8. Animated Tooltip

  9. Filterable Portfolio

  10. Classic Tic Tac Toe Game

  11. Reading Progress Indicator

  12. Flying Bird Game (Flappy Bird Clone)

  13. 5-Star Rating System

  14. Multi Step Form with Progress Bar

  15. Tree View

  16. To-Do List

  17. Word Search Game

  18. Click Speed Test with Timer

  19. Online Stopwatch

  20. Count Down Timer with Alarm

So, what are you waiting for?? Join this wonderful jQuery course NOW and let's get started !!!

Bạn sẽ học được gì

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

Yêu cầu

  • Basic knowledge of HTML, CSS and JavaScript would be helpful

Nội dung khoá học

14 sections

Be Familiar with jQuery (Introduction to jQuery)

5 lectures
What are You Going to Develop?
05:31
What Software You Need?
00:22
What is jQuery?
03:44
Let's Compare: JavaScript Vs jQuery
06:44
Quiz: Introduction to jQuery
3 questions

Be Ready to Start (Basics of jQuery)

5 lectures
Setup jQuery Development Environment
10:20
Understand the Basic Syntax of jQuery
04:05
Importance of $(document).ready() Event
02:48
Secret Tip to Write jQuery Code Easily and Quickly
06:10
Quiz: Basics of jQuery
5 questions

Select the Elements upon which to Act (jQuery Selectors)

23 lectures
All Selector
04:13
Tagname Selector
02:01
Multiple Selectors
00:52
ID Selector
02:04
Class Selector
00:52
Hands-On Practice: Class Selector
03:23
this Selector
02:00
Hands-On Practice: this and Tagname Selectors
06:13
Attribute based Selectors - Part 1 (name, value equals and value not equal)
05:30
Attribute based Selectors - Part 2 (value starts with, ends with and contains)
03:22
Attribute based Selectors - Part 3 (value contains a word)
05:22
Position based Selectors - Part 1 (first, last, even indexed and odd indexed)
07:52
Position based Selectors - Part 2 (index equals, less than and greater than)
02:37
Relationship based Selectors - Part 1 (first child and last child)
07:15
Relationship based Selectors - Part 2 (nth child and nth last child)
02:28
Relationship Selectors - 3 (first and last of type, nth and nth last of type)
03:36
Relationship based Selectors - Part 4 (only child and only of type)
03:29
Child and Sibling Selectors
07:16
Form based Selectors
07:05
State based Selectors
12:11
Content based Selectors
06:32
Quiz: Selectors
4 questions
Exercises: Selectors
01:07

Let the Actions Happen (jQuery Events)

12 lectures
Overview
03:33
Mouse Events
09:55
Keyboard Events
03:27
Form Events - Part 1 (focus, blur, focusin and focusout)
06:54
Form Events - Part 2 (change, select and submit)
09:20
Browser Events
05:30
How to Attach Event Handlers?
11:40
Difference between .click() and .on("click") (Event Delegation)
08:54
Difference between one() and on() Methods
10:07
Method Chaining
04:10
Quiz: Events
3 questions
Exercises: Events
00:17

Energise Your Pages (jQuery Effects and Animations)

9 lectures
Introduction to Effects
05:54
Basic Effects
04:03
Fading Effects
04:18
Sliding Effects
01:51
Reverse Slide Down and Slide Up Effects - Part 1
08:48
Reverse Slide Down and Slide Up Effects - Part 2
11:02
Custom Animations
11:05
Choose CSS Property Name Dynamically in animate() Method
16:13
Quiz: Effects
3 questions

Handle the DOM (DOM Manipulation)

12 lectures
Get/Set HTML
06:58
Get/Set Text
03:43
Get/Set Values of Form Elements
05:24
Get/Set Attributes and Properties
05:50
Add Content or Element
06:18
Move an Existing Element to a New Location
07:02
Remove Element
02:41
Hands-On Practice: Remove Elements Based On Button Clicked
12:36
Modify Content
03:13
Modify Style
11:28
Quiz: DOM Manipulation
4 questions
Exercises: DOM Manipulation
00:23

Move through the DOM (DOM Traversal)

5 lectures
Ancestors Traversal Methods
07:51
Siblings Traversal Methods
05:56
Children Traversal Methods
03:16
Filtering Methods
07:25
Quiz: DOM Traversal Methods
6 questions

Make Use of Utilities (jQuery Utility Functions)

4 lectures
$.inArray() to Look for an Item
05:23
$.grep() to Filter an Array
06:51
$.map() to Translate All Items in an Array
06:05
.each() to Iterate over a jQuery Object
11:21

jQuery and AJAX

5 lectures
What is AJAX?
11:22
The $.ajax() Method
11:10
Different Options to Configure AJAX request
14:47
Three Callback Options and Alternative Constructs
08:45
Different Shorthand jQuery AJAX Methods
13:59

jQuery Plugins

7 lectures
Introduction to jQuery Plugins
01:53
Find and Make Use of Existing Plugins
03:35
Create Basic jQuery Plugins
17:51
Advanced Plugin Concepts - Part 1
04:22
Advanced Plugin Concepts - Part 2
10:28
Advanced Plugin Concepts - Part 3
04:18
Advanced Plugin Concepts - Part 4
06:57

Code it Yourself (jQuery Exercises)

1 lectures
Exercise #1: Distinguish between left and right mouse clicks
00:48

Let's Develop (Effects, Games and User Interfaces Developed from Scratch)

90 lectures
Accordion from Scratch: Part 1
11:11
Accordion from Scratch: Part 2
10:53
Slide Panel from Scratch: Part 1
03:38
Slide Panel from Scratch: Part 2
11:36
News Ticker from Scratch: Part 1
11:13
News Ticker from Scratch: Part 2
05:44
Photo Zoom In/Zoom Out Effect
10:55
Memory Game from Scratch: Part 1
11:05
Memory Game from Scratch: Part 2
13:01
Memory Game from Scratch: Part 3
11:31
Memory Game from Scratch: Part 4
13:41
Memory Game from Scratch: Part 5
05:11
Image Slider or Photo Gallery from Scratch: Part 1
12:16
Image Slider or Photo Gallery from Scratch: Part 2
09:56
Image Slider or Photo Gallery from Scratch: Part 3
10:26
Image Slider or Photo Gallery from Scratch: Part 4
11:26
Image Slider or Photo Gallery from Scratch: Part 5
14:36
Update to Image Slider Project: A minor correction in the code
03:28
Animated Graph: Part 1
11:59
Animated Graph: Part 2
11:34
Animated Graph: Part 3
08:57
Animated Tooltip: Part 1
06:12
Animated Tooltip: Part 2
13:33
Filterable Portfolio: Part 1
16:58
Filterable Portfolio: Part 2
14:43
Classic Tic Tac Toe Game - Part 1
14:45
Classic Tic Tac Toe Game - Part 2
14:10
Classic Tic Tac Toe Game - Part 3
13:20
Classic Tic Tac Toe Game - Part 4
12:40
Classic Tic Tac Toe Game - Part 5
13:25
Reading Progress Indicator - Part 1
08:37
Reading Progress Indicator - Part 2
10:31
Flying Bird Game (Flappy Bird Clone) - Part 1
08:31
Flying Bird Game (Flappy Bird Clone) - Part 2
08:00
Flying Bird Game (Flappy Bird Clone) - Part 3
09:05
Flying Bird Game (Flappy Bird Clone) - Part 4
05:20
Flying Bird Game (Flappy Bird Clone) - Part 5
11:31
Flying Bird Game (Flappy Bird Clone) - Part 6
06:10
Flying Bird Game (Flappy Bird Clone) - Part 7
12:37
Flying Bird Game (Flappy Bird Clone) - Part 8
04:38
Flying Bird Game (Flappy Bird Clone) - Part 9
08:21
Flying Bird Game (Flappy Bird Clone) - Part 10
14:09
5-Star Rating System - Part 1
07:53
5-Star Rating System - Part 2
13:43
Multi Step Form with Progress Bar - Part 1
14:51
Multi Step Form with Progress Bar - Part 2
12:22
Multi Step Form with Progress Bar - Part 3
07:58
Multi Step Form with Progress Bar - Part 4
10:03
Multi Step Form with Progress Bar - Part 5
10:02
Multi Step Form with Progress Bar - Part 6
08:55
Tree View - Part 1
08:25
Tree View - Part 2
05:21
Tree View - Part 3
10:48
To Do List - Part 1
05:56
To Do List - Part 2
09:35
To Do List - Part 3
12:23
Word Search Game - Part 1
09:30
Word Search Game - Part 2
09:52
Word Search Game - Part 3
09:30
Word Search Game - Part 4
08:07
Word Search Game - Part 5
08:36
Word Search Game - Part 6
10:02
Word Search Game - Part 7
09:20
Word Search Game - Part 8
11:10
Word Search Game - Part 9
09:48
Word Search Game - Part 10
05:25
Word Search Game - Part 11
08:26
Word Search Game - Part 12
11:27
Word Search Game - Part 13
09:45
Click Speed Test with Timer - Part 1
12:09
Click Speed Test with Timer - Part 2
14:00
Click Speed Test with Timer - Part 3
10:16
Click Speed Test with Timer - Part 4
08:51
Click Speed Test with Timer - Part 5
13:39
Click Speed Test with Timer - Part 6
08:09
Click Speed Test with Timer - Part 7
11:47
Online Stopwatch - Part 1
07:40
Online Stopwatch - Part 2
08:03
Online Stopwatch - Part 3
09:46
Online Stopwatch - Part 4
05:23
Online Stopwatch - Part 5
10:48
Online Stopwatch - Part 6
12:03
Count Down Timer with Alarm - Part 1
11:47
Count Down Timer with Alarm - Part 2
11:03
Count Down Timer with Alarm - Part 3
07:55
Count Down Timer with Alarm - Part 4
11:56
Count Down Timer with Alarm - Part 5
03:42
Count Down Timer with Alarm - Part 6
10:46
Count Down Timer with Alarm - Part 7
11:09
Challenge (Typewriting Effect): Demo
01:09

Miscellaneous (Bits and Pieces of Useful Information)

1 lectures
FancyBox Tool
16:26

Bonus Section

1 lectures
Bonus Lecture: Special Offers on Other Courses!!!
00:21

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.