![]()
New issue of jQuery Lesson Series dedicated to how to implement custom animations of CSS properties of HTML elements
∞
On visiting Apple’s web site an putting items in my shopping basket, I noticed (an old effect) where the shopping basket would follow me down the page. We’ll look at how to replicate the fixed floating sidebars or elements with very little jQuery.
![]()
There is a Facebook fans widget, Google friends widget, what about a Twitter friends widget?! This is a jQuery plugin that you can embed anywhere to display pictures of your Twitter followers or friends (whom you follow) and their latest tweets if you like.
∞
In this post I am going to provide a sneak peak of some of the features listed on the jQuery 1.4 Roadmap
∞
I have been dabbling in different styles of jQuery plugin architecture for a few months now. Below I outline some of the pros and cons of three different formats.
![]()
We’ve all seen the brilliant functionality on Mashable where news stories and interesting articles can be shared to social networking sites. I’m going to show you how we can replicate this behavior with jQuery and jQuery UI.
![]()
In this article I’ll approach pushing notifications from another perspective, regulating them in the backend rather than the frontend.
![]()
We are developing a cool and simple login/registration system in a few easy to follow steps. You can download the complete source code and modify it to fit your own needs.
∞
This example gets into some more complex code but essentially the entire game logic is a matter of combining selectors, filters and DOM traversal using jQuery...
∞
This plugin will resize and scale targeted images to their max width according to the image ratio, the browser size and some simple options.