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+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Meditation Personal Transformation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native 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
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 7 hours on-demand video
  • 1 article
  • Full lifetime access
  • Access on mobile and TV
Development Web Development jQuery

Introduction to jQuery with Visual Studio 2017 Community

Explore the Power of jQuery
Highest Rated
Rating: 4.5 out of 54.5 (26 ratings)
242 students
Created by A O
Last updated 6/2017
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Find, download and install Visual Studio 2017
  • Configure a few features of Visual Studio
  • Create a web site project in Visual Studio
  • Describe HTML elements and tags
  • Describe how HTML renders in a browser
  • Understand how jQuery and $ are related
  • Describe how to use selectors
  • Understand how the this keyword works in jQuery
  • Understand how list items can be individually selected
  • Understand how to respond to clicks using jQuery
  • Explain the importance of matching parenthesis and curly braces
  • Understand how to nest method or functions
  • Understand how to chain methods or functions
  • Describe variables
  • Understand how Chrome shows the document object model and HTML
  • Understand how to select elements with id's
  • Understand how to select tables and table elements
  • Select child elements
  • Select elements by attributes
  • Search attributes on various conditions
  • Describe how to use the each method
  • Describe how to use multiple event handlers
  • Understand how the jQuery object stores elements at indexes
  • Understand how to use bracket notation with indexes
  • Describe how to use for loops with jQuery objects
  • Understand how to use the css method
  • Describe how to use the addClass method
  • Understand the difference between live code and comments
  • Understand how to use class selectors in CSS
  • Describe how to select new contexts using jQuery
  • Understand how to generate HTML elements at run time
  • Understand how to generate interactive HTML elements at run time
  • Understand how to slice through sets of elements
  • Describe how to filter matched sets using a variety of selectors
  • Describe how to use a variety of HTML elements
  • Describe how to use a variety of property/value pairs in CSS
  • Understand how jQuery objects are returned and used in various method calls
  • Describe how jQuery objects can be destroyed with filters and reset with the end method
  • Understand the difference between this and $(this)
  • Understand what purpose callback functions serve

Course content

9 sections • 48 lectures • 6h 53m total length

  • Preview01:57

  • Find, Download and Install Visual Studio 2017 Community
    03:22
  • Configure Visual Studio and Chrome to Make Coding Easier
    07:08
  • Create and Run a Simple HTML Page
    07:50

  • Use the "alert" Function to Display a Message
    09:49
  • Choose a Paragraph Element and Perform an Action
    09:51
  • Understand the jQuery Function in More Detail
    09:08
  • Operate on Multiple Matched Elements
    07:00
  • View the HTML in Source View and Inspector
    01:49
  • Nest Functions
    06:56
  • Chain Functions
    06:16
  • Understand the "this" Keyword
    06:49

  • Manipulate ID Selectors
    11:05
  • Manipulate Class Selectors
    12:22
  • Select First Matching Elements
    07:55
  • Select Child Elements
    06:31
  • Select Elements by Attributes
    07:56
  • Select Table Elements, 1
    11:39
  • Select Table Elements, 2
    08:21
  • Search Element Attributes, 1
    09:38
  • Search Element Attributes, 2
    05:08
  • Select the nth-child Element
    10:01
  • Select Elements Based on Index
    11:29
  • Select Combinations of Different Elements
    09:24

  • Understand Indexes with the Index Method
    09:00
  • Understand Indexes with Square Brackets
    09:11
  • Iterate Over Indexes with For Loops
    08:33
  • Switch the Selection Context
    09:52
  • Create HTML Elements with Styles
    08:25
  • Create HTML Elements with Functions, Events and Properties
    14:55
  • Slice Through the Matched Set
    09:39
  • Filter Matched Sets with Selectors
    09:54
  • Filter Matched Sets Sequentially
    08:24
  • Filter Matched Sets with Functions
    10:47
  • Reducing and Restoring Matched Sets
    08:23
  • Search for Contained Text
    09:49
  • "this" vs. $(this) and get method
    06:35

  • Preview09:20
  • Hide and Show
    08:44
  • Slide Up and Down
    10:50
  • Toggle Classes
    06:33
  • Perform a Custom Animation
    10:28
  • Queue and Deqeue Animations
    14:05
  • Promise Method
    12:00

  • Create and Run Pages with AJAX
    12:18
  • Load Page with Get Method
    09:38

  • Multiple Events with the On Method
    06:50

  • Where to go from here
    00:05

Requirements

  • Students must be able to download and install Visual Studio Community 2017
  • This is a course for beginning students of jQuery.
  • This is not a course for intermediate students of jQuery.
  • This is not a course for advanced students of jQuery.
  • Students should be somewhat familiar with HTML and CSS.

Description

Very Important: 

1. Friends, please take the time to review the curriculum carefully before buying so you can see exactly whether this is the right course for you. Please do not join until you have completed this step.

2. Please watch the free preview videos so you can see whether the presentation style works for you. Please remember  I am just one person, and I make my videos often after I have been working for many hours already.  PLease do not join until you have completed this step.

3. If something needs fixing, please let me know. Again, I'm just one person and not a big team of people. I will try to fix it as quickly as possible. Thank you.

Let's take a look at everything that this course has to offer. JQuery is a library of JavaScript functions. These functions allow programmers to manipulate HTML elements to produce a variety of effects. This course is an introduction to jQuery using Microsoft Visual Studio 2017 Community. This course is not for intermediate or advanced students of jQuery. Each lesson is an HD video. The code samples are created in Visual Studio, and run in Google Chrome. Questions are asked throughout the videos. At those times, please pause and do your best to answer each question. If you have any questions, please be sure to reach out and ask.  I usually respond within 24 hours. Each video is about nine minutes long. The font in each video is big so the code is easy to read. Some of the code samples are simple, and some are complex. Each video usually represents just a few, connected concepts. Thanks for reading, and see you inside!

jQuery and related marks are trademarks of the JS Foundation, and this course is not affiliated with or endorsed by the JS Foundation.

Who this course is for:

  • This course is for those who want to learn about the fundamentals of jQuery and Visual Studio Community 2017.

Instructor

A O
Spreader of Knowledge
A O
  • 4.4 Instructor Rating
  • 5,728 Reviews
  • 38,422 Students
  • 25 Courses

I love computers , math and programming.

I teach because it gives me great joy to understand things deeply and to share that knowledge with others.


My education: 

1. Master's degree in Statistical Computing

2. BA in mathematics


3. Professional development certificates from Microsoft in each area below: 

     1. Deep learning with Python

     2. Introduction to Artificial intelligence

     3. Data science with Python

     4. Math for machine learning

     5. Data science research methods with Python 


4. Professional certificates from other schools: 

    1. Columbia university certificate in introduction to corporate finance

    2.  MIT certificate in introductory economics

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