Videos tagged with jQuery for Absolute Beginners
In Part 1 of day fifteen, we worked on setting up the PHP side of a CSS style-switcher. Today, we’re going to take things one step further and implement some AJAX functionality. Coming in at just under thirty minutes, this final video in the series is the most in depth. As an unintended “bonus”, I had to take a couple of minutes to fix some mistakes that I made. I could just a...
ThemeForest: jQuery for Absolute Beginners: Day 14
Today, I’ll show you how to implement a jQuery plugin into your applications. There are literally hundreds of third party plugins available. It would be silly to ignore them! As you’ll find, they’re quite easy to implement! I’ve chosen the s3Slider plugin. Created by Jeffrey.
ThemeForest: jQuery for Absolute Beginners: Day 13
Today, I’m going to show you how to submit information to a database asynchronously - using PHP and jQuery. We’ll be primarily working with the $.ajax method. Created by Jeffrey.
ThemeForest: jQuery for Absolute Beginners: Day 12
Today will be the first part of a 2-part series. Ultimately, we’ll be drawing information from a database to create an advanced tooltip. Today, we’ll start with the layout and the basic functionality. It shouldn’t be too different from what we did in Day 11. In Part 2, we’ll use jQuery to call a PHP method asynchronously, and then populate the tooltip. Created by Jeffrey.
ThemeForest: jQuery for Absolute Beginners: Day 11
Have you ever hovered over an image and seen a larger version pop up that moves parallel to your mouse movement? I’ll show you how to mimic that functionality today! Created by Jeffrey.
ThemeForest: jQuery for Absolute Beginners: Day 10
It’s time to start digging into jQuery AJAX capabilities. Today, we’ll start off as simply as we can. We’ll store information on one page, and then load that specific information from another page! We’ll accomplish this by using jQuery “load()” method. Created by Jeffrey.
ThemeForest: jQuery for Absolute Beginners: Day 9
In today’s video tutorial, I’ll show you how to resize text every time an associated anchor tag is clicked. We’ll be examining the “slice”, “parseFloat”, and “CSS” Javascript/jQuery methods. Created by Jeffrey.
ThemeForest: jQuery for Absolute Beginners: Day 8
At the request of one of our viewers, I’ll show you how to mimic the image functionality seen here. Though, at first glance, it might appear to be difficult, don’t worry! It’s actually quite simple. I’ll show you how. Created by Jeffrey.
ThemeForest: jQuery for Absolute Beginners: Day 7
Today, we’re going to take a look at the hover() method. This will allow us to write code for when a user mouses on and off the elements in a wrapped set. We’ll also take another quick look at animating elements. Created by Jeffrey.
ThemeForest: jQuery for Absolute Beginners: Day 6
It’s day six. We’re going to take a look at the toggle() and toggleClass() methods and how they can be used to essentially turn “off and on” elements or classes. Created by Jeffrey.