HOME > Development > Introduction to jQuery with Visual Studio 2017 Community

Introduction to jQuery with Visual Studio 2017 Community

  • Development
  • May 14, 2025
SynopsisIntroduction to jQuery with Visual Studio 2017 Community, ava...
Introduction to jQuery with Visual Studio 2017 Community  No.1

Introduction to jQuery with Visual Studio 2017 Community, available at $19.99, has an average rating of 4.3, with 48 lectures, based on 27 reviews, and has 251 subscribers.

You will learn about 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 ids 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 This course is ideal for individuals who are This course is for those who want to learn about the fundamentals of jQuery and Visual Studio Community 2017. It is particularly useful for This course is for those who want to learn about the fundamentals of jQuery and Visual Studio Community 2017.

Enroll now: Introduction to jQuery with Visual Studio 2017 Community

Summary

Title: Introduction to jQuery with Visual Studio 2017 Community

Price: $19.99

Average Rating: 4.3

Number of Lectures: 48

Number of Published Lectures: 48

Number of Curriculum Items: 48

Number of Published Curriculum Objects: 48

Original Price: $19.99

Quality Status: approved

Status: Live

What You Will 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 ids
  • 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
  • Who Should Attend

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

  • This course is for those who want to learn about the fundamentals of jQuery and Visual Studio Community 2017.
  • 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.

    Course Curriculum

    Chapter 1: Course Overview

    Lecture 1: What were going to learn in this course

    Chapter 2: Getting the Tools

    Lecture 1: Find, Download and Install Visual Studio 2017 Community

    Lecture 2: Configure Visual Studio and Chrome to Make Coding Easier

    Lecture 3: Create and Run a Simple HTML Page

    Chapter 3: Learning the Fundamentals of jQuery

    Lecture 1: Use the alert Function to Display a Message

    Lecture 2: Choose a Paragraph Element and Perform an Action

    Lecture 3: Understand the jQuery Function in More Detail

    Lecture 4: Operate on Multiple Matched Elements

    Lecture 5: View the HTML in Source View and Inspector

    Lecture 6: Nest Functions

    Lecture 7: Chain Functions

    Lecture 8: Understand the this Keyword

    Chapter 4: Complex Selectors

    Lecture 1: Manipulate ID Selectors

    Lecture 2: Manipulate Class Selectors

    Lecture 3: Select First Matching Elements

    Lecture 4: Select Child Elements

    Lecture 5: Select Elements by Attributes

    Lecture 6: Select Table Elements, 1

    Lecture 7: Select Table Elements, 2

    Lecture 8: Search Element Attributes, 1

    Lecture 9: Search Element Attributes, 2

    Lecture 10: Select the nth-child Element

    Lecture 11: Select Elements Based on Index

    Lecture 12: Select Combinations of Different Elements

    Chapter 5: jQuery Functions

    Lecture 1: Understand Indexes with the Index Method

    Lecture 2: Understand Indexes with Square Brackets

    Lecture 3: Iterate Over Indexes with For Loops

    Lecture 4: Switch the Selection Context

    Lecture 5: Create HTML Elements with Styles

    Lecture 6: Create HTML Elements with Functions, Events and Properties

    Lecture 7: Slice Through the Matched Set

    Lecture 8: Filter Matched Sets with Selectors

    Lecture 9: Filter Matched Sets Sequentially

    Lecture 10: Filter Matched Sets with Functions

    Lecture 11: Reducing and Restoring Matched Sets

    Lecture 12: Search for Contained Text

    Lecture 13: this vs. $(this) and get method

    Chapter 6: Effects

    Lecture 1: Callbacks

    Lecture 2: Hide and Show

    Lecture 3: Slide Up and Down

    Lecture 4: Toggle Classes

    Lecture 5: Perform a Custom Animation

    Lecture 6: Queue and Deqeue Animations

    Lecture 7: Promise Method

    Chapter 7: AJAX

    Lecture 1: Create and Run Pages with AJAX

    Lecture 2: Load Page with Get Method

    Chapter 8: Events

    Lecture 1: Multiple Events with the On Method

    Chapter 9: Storage

    Lecture 1: Where to go from here

    Instructors

  • Introduction to jQuery with Visual Studio 2017 Community  No.2
    T O
    Spreader of Knowledge
  • Rating Distribution

  • 1 stars: 0 votes
  • 2 stars: 1 votes
  • 3 stars: 1 votes
  • 4 stars: 11 votes
  • 5 stars: 14 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!