
Lecture Description
In the previous tutorials we learned lots of basics, like how jQuery works and how to style each element on the page using selectors. We wrote some jQuery code which hid buttons or changed their appearance a little bit. But of course we could have done all that without using jQuery. In this tutorial we are going to learn something very cool -- it's going to be an introduction to the web interactivity. So what do I mean by saying interactivity? Let's say we have a web page with a bunch of buttons or text input fields on it. Most of the time we want something specific to happen when a user clicks a button or starts entering text into a text box without reloading the page. It's impossible to solve that using only HTML and CSS -- you would want to use scripts. jQuery as a JavaScript library, allows you to do a lot and it also contains numerous complete solutions on tracking user activity -- you just need to know how to pick the right one. So this is pretty much the stuff we are about to learn in this tutorial.
www.mybringback.com/bringers/13716/4-jquery-tutorials-events/
Course Index
- Getting Started with jQuery
- jQuery Selectors
- Understanding jQuery Functionality
- Events and Triggers
- jQuery Text Boxes
- Create Chat box User Interface
- Implementing Chat Features
- Adding more Chat Features
- Sending Messages
- jQuery Scrolling
- Adjusting and Fixing Code
- Adding the Username
- Creating a Chat Bot
- The Algorithm Design
- Fighting the Mess
- jQuery Animations
- Chatbot Reactions
- Creating AI Functions
- Creating a jQuery Portfolio Project
- Styling the Portfolio
- Adding Overlay and Frame
- Interactive Portfolio
- Styling the Frame
- Adding Arrows
- Programming Arrows
- jQuery Slideshow Arrows
- Optimizing jQuery Arrows
- Introduction to AJAX
- Getting Started with AJAX
- More AJAX setup
- First AJAX Implementation
- AJAX Styling Outputs
- AJAX Custom Filters
- Coding AJAX Filters
- AJAX Highlighting Active Categories
- AJAX Filter Revert to the Original State
- Introducing jQuery UI
- Using the jQuery UI
- jQuery UI Droppable Events
- Taking Advantage of AJAX
- Setting up search GUI
- jQuery Search Example
- Finishing the Search
- When to use AJAX?
- AJAX Login Example
- Logging in with jQuery
- Login System Part 3
- More ways to use AJAX
- Back to the Basics
- Final Tutorial
Course Description
This series is for those who want to become a web application engineer. You'll learn a lot of cool front-end tricks within this series!