- news (280)
- links (278)
- jQuery Plugins (39)
- plugins (17)
- jQuery News (13)
- Media (13)
- jQuery and JavaScript (13)
- jQuery Code Snippets (12)
- jQuery and CSS (10)
- jQuery Mobile (10)
- jQuery Utilities (9)
- jQuery Functions (8)
- jQuery (7)
- Uncategorized (7)
- images (7)
- jQuery and Ajax (7)
- Random jQuery Stuff (6)
- jQuery and WordPress (6)
- jQuery Testing (6)
- jQuery Articles (6)
- Jquery Editors (5)
- Jquery Tools (5)
- jQuery Image Scripts (5)
- jQuery and HTML (5)
- jQuery Events (5)
- Sequence.js - The jQuery Slider Plugin with Infinite Style
- SIDEWAYS jQuery fullscreen image gallery
- pjax
- Commonly Confused Bits Of jQuery - Smashing Magazine
- jQuery content slider carousel image slideshow | bxSlider
- Colors: JS Color Library :: Matthew B. Jordan
- jQuery.post() – jQuery API
- Accordion with CSS3 | Codrops
- jQuery Smooth Scrolling Plugin | Page Scroller
- Better background images for responsive web design » Blog » Elliot Jay Stocks
- Building a parallax scrolling storytelling framework | Tutorial | .net magazine
- danmillar/jquery-anystretch - GitHub
- Simple jQuery Mobile Site with Google Maps API V3 | davidjwatts.com
- jQuery Automatic Geocoder
- Five Useful Interactive CSS/jQuery Techniques Deconstructed - Smashing Magazine
- Using jQuery, Plugins and UI Controls With Backbone | ThoughtStream.new :derick_bailey
- Moment.js - The Missing Javascript Date Library
- demosthenes.info – Goodbye, JQuery Validation: HTML5 Form Errors With CSS3
- 10 Best Mobile Web jQuery And HTML5 Frameworks | Web Insight Lab
- 20 Latest CSS3 and HTML5 Resources and Tools for Web Developers
- Stop paying your jQuery tax
- jQuery HTML5 Fullscreen Slideshow / Gallery
- Sequence.js - The jQuery Slider Plugin with Infinite Style
- Escapes.js
- 8 jQuery Image Sliders with Impressive Transition Effects | Queness
Create a Stylesheet Switcher with jQuery and PHP
James Padolsey shares an excellent tutorial at nettuts on how to create an amazing jQuery stylesheet switcher. Enabling your visitors to switch styles on the fly is great for delivering custom or specialty interfaces. Some good examples of use:
- Provide visitors with a simplified, highly usable theme (large fonts, strong contrast, etc.)
- Create separate themes for “night” (dark design) and “day” (lighter design)
- Provide “themed” interfaces based on mood, character, etc.
The tutorial explains each of the following steps in good detail, making it easy to understand and follow along:
- The HTML
- The CSS (two different layouts provided: “day” and “night”)
- Small PHP snippet
- The jQuery
The style switcher built in this tutorial is easy to implement, unobtrusive, and completely degradable. Cookies are used to remember the user’s preference, and best of all, the jQuery is used to progressively enhance the switcher, which works perfectly fine with JavaScript disabled. jQuery is used to enhance the switching functionality with a smooth, fading transition effect between styles. It also enables the styles to be switched without a page refresh.
In short, 100% awesome. I look forward to using it for my next theme at my personal site, Perishable Press.
Pagination with jQuery, MySQL and PHP
Srinivas Tamada over at 9Lessons comes through with yet another concise, no-frills tutorial on how to implement pagination with jQuery, MySQL, and PHP. As is custom at 9Lessons, the tutorial is aimed at those who already familiar with the fine art of web development and focuses on providing only the code required to get things done. As they say on the big screen, “just the facts, ma’am.”
This highly useful tutorial includes the following components:
- Database configuration (table creation)
- JavaScript code
- Three PHP scripts
- And some CSS
Looking at the demo, everything looks nice and tight — a good implementation of Ajax-style functionality for pagination.
Note that this technique does no degrade gracefully — JavaScript is required in the user’s browser for pagination to work.
Multiple File Uploads with Progress Bar
Web Developer Plus gives us a much-needed tutorial on uploading multiple files with progress bars. The tutorial provides everything you need to implement a file-upload form that allows for multiple-file selection using Ctrl/Shift keys. Each of the selected files displays its own progress bar while they are being uploaded.

The tutorial is very straightforward, providing a brief explanation of the JavaScript involved, and provides the following ingredients:
- The folder structure
- The HTML structure
- The CSS styles
- The JavaScript
Overall, a good technique that contributes a very useful tool for working with multiple file uploads.
Note: The technique requires the SWFUpload jQuery Plugin, which means that Flash is required for the script to work properly. The author suggests an alternate upload option for users without Flash.
Create a Draggable Sitemap with jQuery
Dave McDermid at boagworld shares a clean tutorial on how to create a draggable sitemap with jQuery. This tutorial explains how to build a “drag-and-drop sortable sitemap” for your website. After experimenting with a few of the available JavaScript solutions, Dave decided to craft his own. The result is a slick, carefully constructed sitemap that delivers a seamless drag-n-drop experience.
The tutorial covers the following:
- The HTML
- The requirements
- Simplifying the task
- The JavaScript/jQuery
- The CSS
- Extra spice
Everything is explained in good detail and Dave even takes the time to explain how everything works. Always nice to understand what you are doing :)
If you are looking for a clean, concise drag-n-drop sitemap solution that degrades gracefully without JavaScript, this is it.
Simple Ajax Website with jQuery
Tutorialzine provides a nice tutorial on how to make a simple Ajax website with jQuery. The tutorial is aimed at creating a site with four pages that each use Ajax to load dynamically. The demo shows the final result of the tutorial, which is essentially a menu bar with four links to the four pages. Each page then loads when the user clicks on its associated link. Pretty cool, but the demo does not seem to degrade gracefully. That is, when the user doesn’t have JavaScript enabled, the pages do not load (at least in my tests).
The tutorial is divided into four straightforward parts:
- The XHTML
- The CSS
- The jQuery
- The PHP
Everything is explained fairly well in the tutorial — not a lot of theory, just what you need to build the site.
Vertical Sliding Panel with jQuery and CSS3
Jon Phillips over at Spyre Studios shows us how to create a a sexy vertical sliding panel using jQuery And CSS3. Rather than the usual “top-down” slider, Jon walks through a technique that behaves more like a vertical drawer that doesn’t push down the content on the page. The result is a clean, dynamic-looking “slide-bar” that rolls open gracefully from the side of the screen.
The tutorial is straightforward and provides everything needed to implement your own vertical sliding panel in very little time. Three steps to completion:
- The Markup
- The CSS
- The jQuery
Looks and works great on CSS3-capable browsers. Three different demos also available within the tutorial page.
Learn more about jQuery
In today’s post we have included lightbox scripts/plugins from several JavaScript libraries: jQuery, MooTools, Prototype. These stylish lightbox scripts/plugins can ...
Just like Google Translate, jQuery plugins can be used to the same effect when it comes to having your own ...
We’re ready for our next round of community input, this time for version 1.8! This is your chance to suggest ...
The jQuery smoothAnchor Function provides you with a lightweight script that can make your in-page anchor links smooth scrolling. There ...
Here in the United States, we’re celebrating Thanksgiving this week. For those of you living elsewhere in the world, it’s ...
We all know that HTML5 is a new web technology led by Apple and it will be the next big ...
Today while we were searching for a decent plugins to share on the blog we stumbled across some jQuery plugins ...
TL;DR The body responsible for overseeing jQuery’s finances and administration, which was until today known as the jQuery Team, is ...
More and more Developers and Designers and have been using WordPress these days. Combining WordPress CMS with the power of ...
Just to let you know we’re not asleep at the switch around jQuery Central, we’ve got a new preview release ...
It seems everyone is asking this question lately! What do these lightbox/thickbox/fancybox/colorbox jQuery plugins have in common and what are ...
We’ve posted tons of jQuery Navigation Menu plugins for your websites and blogs and now we are giving you another ...
It can be very time consuming to make your jQuery code neat and tidy. Fortunately, there are online tools and ...
As a developer you may want to share your code on your website or blog (just like us!). There are ...
Hi guys, just a quick post to show you how to add custom messages to your code snippets that you ...
This is very useful for loading mutiple scripts with a callback function containing code that you want to run only ...
Here are 2 options to quickly view all the JavaScript used on a web page. Could come in handy when ...
This is how you can load the jQuery library using plain JavaScript. As the load takes place asynchronously so i’ve ...
jQuery Summit 2011 It’s that time of the year again (no, not Christmas!, something almost better!) – the annual (online) jQuery ...
The jQuery Slider can play a very important role when it comes to grabbing attention, displaying images & saving space ...
Use jQuery and the Google Maps API to create your own map application.
Super cool and easy way to get stylish tooltips with jQuery.
The right way to include the jQuery library in WordPress.