
Discover jQuery, a framework of pre-written JavaScript in one file that eases cross-browser issues, speeds websites, and enables event handling, data manipulation, animation, CSS manipulation, and Ajax.
download the compressed jQuery version from jquery.com and link the script to your page to get started, while exploring editing tools that highlight HTML, CSS, and JavaScript.
Set up a clean file structure with a js folder, rename the jQuery file, and link it in the html head with a script tag.
Learn to connect to the jQuery library, write a script, and use the $ selector with a document-ready callback to append content to the body.
Learn to use jQuery selectors and filters to target specific elements and apply CSS styles, such as borders, with precise first and last element selection.
Learn how to target a page area with jQuery selectors (class, id, or div), create a text box, and replace content dynamically by using a variable.
Learn to create and handle events with jQuery, such as click and mouseleave, update a text box content, use the document ready function, select elements, and apply basic CSS styling.
Explore jQuery basics by building a show and hide text feature with two buttons, using click events, a hidden text box, and a simple CSS toggle setup.
Learn to create hover effects with jQuery by targeting a class, toggling a highlight class on hover, and applying text-shadow and background changes to emphasize the highlight.
Explore jQuery fading effects by fading text or a text box on mouse over and click, using fadeIn and fadeOut with durations like 3000 ms, fast, and slow.
Learn to implement slide up and slide down animations with jQuery on a text box, using click handlers, duration, and linear easing; explore toggle slides and an alert box.
Learn how to create a jQuery toggle for beginners that hides and shows text with a sliding effect, using a function call with a four-second duration and swing animations.
Explore jQuery animation options to grow, move, and change the size of a text box. Learn to add click handlers and animate with duration and CSS-like properties.
Discover how to use jQuery selectors to target elements by tag, class, and id, apply CSS styles, and understand selector precedence in practical examples.
Target specific areas with jQuery filters to style elements inside a container id. Apply a blue border to the first paragraph and a gray background to even paragraphs.
Explore advanced jQuery selectors in a structured DOM with divs, paragraphs, classes, and IDs; learn parent-child and attribute-based selections that target elements for border styling and behavior.
Learn to use jQuery advanced filters like first-child, last-of-type, and contains to select and highlight paragraphs, find text, and navigate the document with parent and child selectors.
Learn to manipulate web page content with jQuery by creating, replacing, and removing text via click events, targeting containers and paragraphs, and using variables.
Discover how to insert content with jQuery by using click events to append or prepend text to the first paragraph, leveraging selectors and targeting a container.
Learn how to modify copy on a page using jQuery to target paragraphs inside a container, apply a blue color, and replace or wrap content for testing on different devices.
Learn to modify css classes with jquery by adding, removing, and toggling a color class on the first paragraph with a single button, and adjust font size with plus minus.
Advance your jQuery knowledge by practicing JavaScript and exploring what you can do with it. Review the documents provided for reference and stay current on CSSA and HDMI concepts.
Learn how HTML works as a markup language, using tags to structure content and enable hypertext links, guiding browsers to display paragraphs, headings, and images while distinguishing markup from programming.
Discover how HTML5 simplifies and standardizes markup compared with HTML4, replaces plugins with native video, audio, and canvas features, and enables geolocation, drag-and-drop, and web games.
Create your first HTML page by writing a simple file in a text editor, saving it as index.html, and viewing it in a browser to see HTML and bold tags.
Explore HTML file editors from free options to low-cost tools like Sublime Text, Brackets, and Dreamweaver, and learn to preview and extend your web projects.
Learn the anatomy of a basic HTML page by comparing HTML four and HTML five, and distinguish the head from the body, including doctype, title, and visible content.
Learn to use the paragraph tag in HTML with opening and closing tags, create two paragraphs, and preview them in the browser using El Ipsum as dummy copy.
Demonstrates the br tag as a break that creates a soft return between lines without a closing tag, letting you control line breaks and spacing between sentences.
Learn how to format text using header tags in HTML, understand how h1 through h6 affect page structure, and optimize header keywords for better SEO while keeping proper closing tags.
Learn two ways to bold text in HTML—b vs strong—compare old and preferred methods, and use italics with i or em to enhance accessibility for screen readers.
Learn how to create ordered and unordered lists in HTML, using ul and ol and li, understand bullets versus numbers, and properly close lists to control page structure.
Our students review about this course --
"Best course to get started with jQuery, Thankyou :) " -- Vipinraj KT
"It is easy to understand for beginners in JQuery. Simple and clear explanation." -- Irina Zakharova
"taking everything into the details and steps by steps, I love the course so far" -- Maher Mahbouby
"Loved this course. I had zero knowledge on jQuery and now I just love it!" -- Sachin Satish Pai
"I loved this course, it will definitely help me complete my second year of my FdSc Computing course. Thank you" -- Daryl Sturman
"That is really good course not just for learning new, but also reviewing jquery." -- Mirnaghi Aghazada
jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML. It is free, open-source software using the permissive MIT License. Web analysis indicates that it is the most widely deployed JavaScript library by a large margin.
Mastering jQuery will boost up your career especially in web development. This course is designed you to master yourself in jQuery through step by step process.
Course Contents
jQuery Intro
What is jQuery and what you will learn?
Downloading jQuery
jQuery Basics
A first look at jQuery code
Selectors and Filters
Replacing contents
Handling events
Hide/Show events
Fading
Slide
Toggle
Animate
Selectors
Filters
jQuery Advanced
Advanced Selectors
Creating Content
Creating Content: Part 2
Inserting content
Modifying content
Modifying CSS
Final thoughts
Bonus Lecture: HTML5 Basics
Introduction to HTML
HTML4 vs. HTML5
Making your first HTML page
Tools to create HTML files
Base HTML Tags
Paragraph Tags
Break Tags
Header Tags
Bold and Italic Tags
Ordered and unordered Lists