Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Mindfulness Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Freelancing Online Business Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
2021-03-17 01:18:06
30-Day Money-Back Guarantee
Development Web Development jQuery

jQuery Ultimate Course

Everything you need to know to about jQuery to go from beginner to advanced
Rating: 4.3 out of 54.3 (241 ratings)
87,072 students
Created by Learn Tech Plus
Last updated 3/2021
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Style an Actual Project From Scratch Using jQuery
  • Learn How To Use jQuery For Web Development & Web Design
  • How To Easily Build Functional Websites From Scratch Using jQuery
  • Learn & Master The Use Of jQuery Proprerties (Starting With The Advanced Ones)
  • The Necessary Skills & Knowledge To Quickly Add Functionality to Web Pages
  • Download & Install Sublime Text 3 Text Editor for Coding
  • Download & Install MAMP for working in a local Web Development Enviornment
  • Download & Install Firefox Web Browser for testing & Debuggin your web pages

Course content

9 sections • 141 lectures • 4h 53m total length

  • Preview03:48

  • Overview
    00:27
  • Download and Install
    02:57
  • Preview03:04
  • Developer Tools
    07:10
  • Preview01:17

  • Preview00:56
  • Download and Install
    03:33
  • Preview01:21
  • Preview02:47
  • Preview01:07
  • Preview01:15
  • Preview01:13
  • Preview01:00
  • Preview00:55
  • Preview01:48
  • Preview00:40

  • Overview
    00:19
  • What is jQuery
    00:50
  • Why jQuery
    00:31
  • Download
    01:48
  • CDN
    01:02
  • Download and Setup Files
    02:29

  • Overview
    01:39
  • What are Selectors
    00:44
  • All Elements
    04:09
  • #id
    03:22
  • .class
    01:05
  • :first
    02:00
  • :last
    01:20
  • :even
    02:12
  • :odd
    01:00
  • :first-child
    02:47
  • :first-of-type
    01:52
  • :last-child
    02:17
  • :last-of-type
    01:03
  • :nth-child()
    02:29
  • :nth-last-child()
    01:43
  • :nth-last-of-type()
    02:36
  • :only-child
    01:54
  • :only-of-type
    01:16
  • parent > child
    02:17
  • parent descendant
    01:37
  • element + next
    01:34
  • element ~ siblings
    01:50
  • eq
    02:04
  • gt
    01:18
  • lt
    00:54
  • not
    01:04
  • header
    01:15
  • animated
    01:15
  • focus
    02:03
  • contains
    03:35
  • has
    01:18
  • empty
    02:01
  • parent
    01:09
  • hidden
    01:50
  • visible
    01:14
  • root
    00:46
  • lang
    01:42
  • [attribute]
    01:50
  • [attribute=value]
    00:55
  • [attribute!=value]
    01:46
  • [attribute$=value]
    02:15
  • [attribute|=value]
    02:02
  • [attribute^=value]
    02:07
  • [attribute~=value]
    01:01
  • [attribute*=value]
    00:43
  • input
    03:14
  • text
    01:17
  • password
    00:58
  • radio
    03:10
  • checkbox
    02:00
  • submit
    01:05
  • reset
    00:44
  • button
    01:14
  • image
    01:33
  • file
    01:10
  • enabled
    01:37
  • disabled
    01:53
  • selected
    02:55
  • checked
    01:26

  • Overview
    00:27
  • blur()
    05:33
  • change()
    01:25
  • click()
    03:04
  • dblclick()
    02:21
  • focus()
    04:11
  • focusin()
    04:22
  • focusout()
    01:56
  • hover()
    03:35
  • keydown()
    04:34
  • keypress()
    04:33
  • keyup()
    01:37
  • live()
    00:49
  • load()
    00:40
  • mousedown()
    04:25
  • mouseenter()
    03:20
  • mouseleave()
    01:29
  • mousemove()
    04:25
  • mouseout()
    01:52
  • mouseover()
    00:40
  • mouseup()
    04:01
  • off()
    05:01
  • on()
    02:13
  • unload()
    00:18

  • Overview
    00:31
  • animate()
    07:37
  • clearQueue()
    09:00
  • delay()
    10:37
  • dequeue()
    05:50
  • fadeIn()
    03:08
  • fadeOut()
    01:52
  • fadeTo()
    05:30
  • fadeToggle()
    09:12
  • finish()
    04:21
  • hide()
    01:45
  • queue()
    00:46
  • show()
    00:49
  • slideDown()
    03:34
  • slideToggle()
    02:46
  • slideUp()
    00:35
  • stop()
    02:50
  • toggle()
    00:36

  • Overview
    00:29
  • addClass()
    00:51
  • after()
    00:25
  • append()
    00:30
  • appendto()
    00:25
  • attr()
    00:29
  • before()
    00:27
  • clone()
    00:27
  • css()
    00:31
  • empty()
    00:21
  • hasClass()
    00:24
  • height()
    00:23
  • html()
    00:22
  • prop()
    00:32
  • remove()
    00:26
  • toggleClass()
    00:27

  • Summary
    02:46

Requirements

  • Take Learn Basic jQuery Course

Description

SO YOU’RE LOOKING FOR A COURSE THAT WILL TEACH YOU ADVANCED JQUERY QUICKLY & IN A FUN MANNER?

I’ve got just the course for you!

Hey, my name is Josh and I’ve put this course together to help people just like you quickly master Advanced jQuery...Whether you’re a beginner or a web developer with existing programming knowledge/skills!

If your goal is to become a web developer, then this course is perfect for you. It’ll get you started on the right path and give you the knowledge and skills you need to start building beautiful web pages from scratch...

Learning Advanced jQuery is Not only for web developers, but also everyone else. Because when you have mastered Advanced jQuery, you can build your own site by yourself, edit any web pages when needed (for example landing pages) versus having to get someone else to do it for you which can cost both time and money!

In short, a good understanding of Advanced jQuery is tremendously beneficial (You can’t even get around the internet these days without a basic understanding of jQuery).

Now, in this course, we’ll go far beyond that. By the end of it, you’ll have gained complete proficiency in Advanced jQuery even if you’re currently a complete beginner!

THAT’S RIGHT...NO PRIOR CODING EXPERIENCE OR KNOWLEDGE IS REQUIRED!

You don’t need any previous coding experience or knowledge to take this course. In fact, all you need is a desire to learn and master Advanced jQuery.

This is not one of those courses that will throw too much at you at once and cause you to get overwhelmed. This is a course that you’ll not only learn so much from, but also enjoy the journey as you’re learning (which is a very important part of the learning process)

The course will take you by the hand and teach you everything you need to know step by step and even put your knowledge to practice immediately by working on a real-world project.

On top of this, you will also get my continuous support as well to make sure you’re successful with my course.

LEARN ADVANCED JQUERY BY DOING! (BUILD A TIC TAC TOE GAME FROM SCRATCH USING JQUERY)

We will go step by step and build a project from scratch using jQuery. The goal here is to help you

A) Learn and put into application your acquired knowledge from this course

B) Be able to build & edit web pages with total confidence!

Here’s what we’ll cover in the course:

1. We’ll start from the very beginning and explain what jQuery is, why & how it’s used.

2. Install some of the software we’ll be using all throughout the course.

3. Introduce you to some of the Advanced jQuery Properties

4. Get more in-depth into some of the most important Properties (Toggle Class, Remove Class, Add Class...etc.)

5. Build an actual project together from scratch!

YOU CAN TRY MY COURSE FOR 30 DAYS WITH UDEMY’S MONEY BACK GUARANTEE!

Enroll Now I’d love to see you inside and to help you learn and master Advanced jQuery!



Who this course is for:

  • Beginner Web Developer

Instructor

Learn Tech Plus
Web Development | Adobe | Google | Microsoft | Productivity
Learn Tech Plus
  • 4.0 Instructor Rating
  • 20,336 Reviews
  • 931,738 Students
  • 36 Courses

Why are 900,000+ students enrolled in my online courses?

1) I teach with passion and purpose! Every course is delivered with my students in mind.

2) My courses will help you achieve real results and change your life today

3) My dedication to teaching online.

► Try enrolling in a course with me and see for yourself ◄

__________________________________________________________________________

About Learn Tech Plus:

Josh Werner is an online instructor, entrepreneur, and Multimedia Specialist.

Business:

Learn Tech Plus is a Leader in the E-Learning Industry with Premium Courses.

The Founder of Learn Tech Plus, Josh Werner, is an Online Instructor with more than 900,000+ students from around the world.

My Resume:

Josh has an Associates Degree in Video and Motion Graphics from Madison Media Institute in Madison, WI. I Spent 10 Years working in the Audio-Visual Industry working as a Video Engineer. Lived and Worked in Las Vegas and Miami. Toured all over the country doing events from Chicago to Miami to Los Angeles and everywhere in between. During my time in the Audio-Visual Industry I utilized my skills using a variety of software and applications. With over 16 Years of Experience using Adobe, Google, Microsoft and Apple Software.

My greatest passion is Video Production. I also have a love for Full Stack Web Development.

Learn Tech Plus is the place for Online Learning. With Premium Courses and 900,000+ Students Worldwide. Come Learn with me Today!


Best Regards,


Learn Tech Plus

Josh Werner

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.