“The Complete Guide” for jQuery Developer- Reblog
Have you ever had to develop something yourself only to find out that there had already been a plugin developed?
Don’t you enjoy dreaming about what you could have on your site and finding the right plugin right away?
Then you should find this list of jQuery resources useful to do whatever you want and become a better jQuery developer. In this guide you will find the following materials:

- Getting Started: introductions to jQuery from a very basic level
- Tutorials: learn how to do simple and advanced things to your websites
- Most Useful Plugins: use existing solutions to your problems with UI, images, forms, etc
- Lists: mine other lists for overlooked items
- For Designers: find just what a designer needs from jQuery
- Cheatsheets: download jQuery cheatsheets to code easily
- Blogs: subscribe to people, writing about jQuery
- Books: read the books to become a jQuery guru
- Notable Links: check out interesting links about jQuery
Getting Started
If you are new to jQuery, you should be able to grasp the basics from these excellent introductions:
- How jQuery WorksA basic introduction to jQuery from jQuery.com.
- Getting Started with jQueryThe tutorial on getting started with jQuery from jQuery.com.
- Introduction to jQuery UIA brief introduction to the UI of jQuery 1.5.
- 15 Resources To Get You Started With jQuery From ScratchEssential resources to get started with jQuery.
- jQuery Crash CourseA quick to action introduction to jQuery for experienced web developers.
- New Screencast: Intro to jQueryA screencast that can introduce you to jQuery.
- Learning jQuery in 30 minutesA slideshow that lets you learn jQuery in 30 minutes (at Slideshare).
- jQuery in 15 MinutesA slideshow, to introduce you to jQuery in 15 minutes at Slideshare.
- jQuery For Absolute BeginnersA screencast for absolute beginners in jQuery.
- Introducing jQuery: Javascript LibraryA detailed introduction to jQuery with how to examples.
- jQuery From Scratch: A Beginner’s GuideAn introductory guide for real beginners (part 1)
- jQuery From Scratch: FunctionsThe tutorial explains how to write and execute functions (part 2 of the previous one).
- Using jQuery with Other LibrariesLearn how to use jQuery with other libraries without conflicts.
- How to tell if jQuery is out of dateA brief hack that let’s you instantly see, whether your jQuery is out of date in Firefox with Firebug.
- Building Your First jQuery PluginA plain simple guide to building your own first jQuery plugin.
- Submit A Form Without Page Refresh using jQueryAn excellent tutorial on submitting a form without a page refresh with jQuery (the actual email is sent with a php script that processes in the background).
- Adding Form Validation to WordPress Comments using jQueryA very detailed guide on adding form validation to WordPress comments.
- Create a Tabbed Interface using jQueryA very detailed tutorial on creating neat tabs with jQuery (example)
- Developing an Accessible Slider with jQueryBuilding accessible pages can be a pain, so it is useful (both to your visitors and you) to know how to build an accessible slider.
- Learning jQuery: Revealing Photo SliderA useful showcase of using jQuery to display a larger photo on a click.
- Deep Profiling of jQuery AppsGet a plugin to see what your jQuery code does and how performance breaks down method by method.
- MaxSide: jQuery Plugin (and How-To)A tutorial to create a plugin to resize an image according to the value you set to its largest size.
- Learning jQuery: Revealing Photo SliderA demo with jQuery code to show more of an image on click.
- Auto-populating Select Boxes using jQuery & AJAXLearn how to select a category and autopopulate subcategories with jQuery.
- Easy Fading Using jQueryShow only images of a ceratin selected type with fading.
- jQuery Content Slider TutorialA simple explanation of building a content slider.
- Flashing Alert Message Box using JQueryShow a sliding and animated alert message.
- Building better web forms: Context highlighting using jQueryHighlight the current form field with jQuery.
- Using jQuery to Save Form DetailsSave form details to make your forms more friendly to your visitors (and increase sign-ups).
- jQuery: Animation for DummiesLearn a simple and an advanced ways of creating animation with jQuery.
- Live Examples of jQuerySee live examples of jQuery and their code immediately.
- Text Resizing With jQueryA simple guide on allowing your visitors to increase or decrease font size on web pages.
- How to build search into your site with JQuery and Yahoo!Build your site search with jQuery and Yahoo.
- Color Palette Generator with jQuerySee what colors the page has with a single mouse click. Learn how.
- Quicker Than Window.Onload()Load your Javascript before every element of the page is loaded.
- Table Striping Made EasyA tutorial on how to create stripes in your tables for mouseover.
- Affiliate Link LovelinessHow to hide affiliate links with jQuery easily.
- Safer Mailto LinksEnjoy using mailto links without spamming.
- Wrap It Up: Lazy Man’s HTML Generation with jQueryInstead of using div containers yourself, do it with jQuery.
- Safer Contact Forms Without CAPTCHA’sUse a hidden field in a form and don’t annoy your visitors with CAPTCHA.
- Stylesheet SwitcherooAn easy way to switch stylesheets with jQuery.
- Rounded Corners with Javascript (jQuery)Two eays to create rounded corners with jQuery: with and without images.
- Quick and Dirty AJAX with jQueryThe video discusses more complex aspects of using jQuery and AJAX.
- Edit In Place with AJAX Using jQuery Javascript LibraryEdit a page without refreshing it.
- Multiple File Upload Magic With Unobtrusive JavascriptTwo ways to upload multiple files: one general code, another accessible unobtrusive jQuery code.
- jQuery LightboxDisplay images in a thickbox.
- Accessible Unobtrusive Javascript TabsAccessible Javascript tabs with a tool to create XHTML.
- Javascript Tooltips on SteroidsVery detailed tooltips with Javascript.
- Five jQuery Questions and AnswersLearn answers to the following questions:
- How Can I Target All Links That Contain An Attribute With A Specific Value?
- What Is The Difference Between Using The “*”, “$”, and “^” symbol in my jQuery select statements?
- How Can I Style Alternating Rows In My Table Or List?
- How Can I Hide and Show A Form?
- Where Can I Learn More About jQuery
- 5 More jQuery Questions…And AnswersLearn answers and get instructions on 4 more questions:
- How Can I Increase and Decrease The Text With jQuery?
- How Can I Zoom An Image When It Is Clicked?
- How Can I create A “Read More” Link That Will Instantly Expand To Show The User Additional Text When Clicked?
- How Can I Shift An Image A Specific Number Of Pixels Every Time It Is Clicked?
- Learning About The Animation Abilities Of jQueryA complete guide to animation with jQuery.
- Load Data From Other Pages With jQueryA simple how to on using data from other pages.
- Advanced Image Enlargement With jQueryAn advanced tutorial on showing large images from a page with a thumbnail.
- How To Load Data From A Text FileSee how to get the data from a .txt file.
- How Can I Vertically Center An Element?A video tutorial on centering an element vertically.
- How Can I Track The Position Of The User’s Mouse With jQuery?An example of dead simple code to track mouse movement with jQuery.
- Select Anything With jQueryLearn how to select anything with jQuery from this video tutorial.
- CSS Developer – Why Aren’t You Using JQuery?An introductory tutorial for CSS designers, showing how to easily create a fade in div and rounded corners in 60 seconds.
- Why Aren’t You Using jQuery: PART 2A tutorial showing how to create a CSS menu with jQuery (with a follow up on bug fixes for it).
- Why Aren’t You Using jQuery: PART 3A tutorial, showing how to create a pretty neat Flash-like image gallery.
- Dynamically Switch Layouts Using jQueryBringing up the memories of CSS style switchers, this tutorial will teach you how to change page layouts on the fly, depending on whatever you consider important (amount of columns, window size, etc).
- Using jQuery to directly call ASP.NET AJAX page methodsUse jQuery to call a page method without using the ScriptManager (get the full code from this tutorial, though).
- Getting jQuery Goodness into ASP.NET AJAXIf you don’t want to switch to or use jQuery at ASP.NET, consider this tutorial on doing the same with ASP.NET AJAX.
- Getting jQuery Goodness into ASP.NET AJAX – Take IIA second tutorial on getting jQuery from ASP.NET AJAX.
- Use jQuery and ASP.NET AJAX to build a client side RepeaterA how to on using several steps to leaving processing to the client, while only sending the data.
- jQuery (using Galleria) with the File SystemHow to create an image gallery with ASP.NET 3.5 and jQuery.
- Dynamically create ASP.NET user control using JQuery and JSON enabled Ajax Web ServiceA detailed tutorial on creating ASP.NET user control using jQuery (based on an ASP.NET AJAX tutorial)
- jQchart: jQuery PluginA simple draggable AJAX chart with jQuery on Canvas

- jQuery Ajax ManagerManage AJAX requests with jQuery.
- jSmile – jQuery PluginShow smilies in a document.

- jQuery calculate pluginCalculate total values from any HTML elements.

- Gradient : jQuery PluginCreate a gradient with jQuery.

- jQuery.AccessibleShows which elements are inaccessible and why.

- TableEditorEdit tables from the page without diving into HTML.

- jQuery Media PluginA plugin to embed all kinds of media in your site.

- Style Author Comments Differently with jQueryHighlight your blog comments in comments to make them more noticeable.

- Round Corners PluginCreate rounded and other types of corners without images.


- JQuery Curvy CornersAnti-aliased round corners.

- Tooltip PluginAn extensive tooltips plugin for jQuery (have text, images as tooltips)

- jQuery Popup BubblesCute tooltip bubbles with jQuery.

- Lavalamp jQuery pluginBrilliant visual effects with a dash of jQuery with with alternative Lavalamp examples.


- jQuery Color PickerEasily pick colors with jQuery.

- Farbtastic: jQuery color picker plug-inAnother color picker plugin for jQuery.

- Numeric DLs jQuery PluginEver had a problem of numbering definition lists? Solve it with this plugin (as you might’ve noticed, I decided to go with <ol>, though)
- jQuery external link favicons pluginDisplay favicons of sites you link to near the links.

- jQuery SpySee what is happening on your site with exact timestamps.
- LazyloadLoad images, when the visitor scrolls to them (opposite to preloading).
- jGrowlA jQuery plugin providing similar messaging as Growl in OS X.
- jQuery UI (examples, docs)Create any kind of user interaction and other elements.
- BlockUI PluginSimulate synchronous ajax by blocking – not locking – the UI.
- jQuery SparklinesA plugin to create small inline charts (sparklines) from data input.
- jSocialize -bookmark widgetShow many social bookmarking buttons with jQuery.

- prettyComments, a solution to comment boxesExpand the size of your comments as necessary (works in most major browsers).

- NyroModal :: jQuery PluginShow a gallery, image, data in a modal page without refreshing the entire page with this customizable plugin.
- Flexigrid for jQueryA lightweight, but extensive data grid with columns and scrolling.

- IngridTransform a table into a datagrid with column resizing, paging, sorting, row and column styling, etc.

- TablesorterA neat table layout with sorting, using jQuery, with lots of customization.

- Creating accessible charts using canvas and jQueryCreate accessible charts with jQuery.
- Damn Small Rich Text EditorCreate a rich text editor with jQuery.

- jWYSIWYGA simple WYSIWYG text editor on jQuery.

- UI DatepickerAn easy calendar-like interface for picking a date.

- jTabberClick on tabs, see different content without reloading the page.

- jQuery Accordion MenuA jQuery accordion site menu plugin.

- Zebra jQuery pluginColor odd and even rows with different colors and highlight a row on hover.
- Mark-It-UpTurn any textarea into a markup editor: HTML, Wiki Syntax, BBcode: you name it (examples).
- Superfish (examples)Suckerfish nav menu improved with jQuery.

- jQuery Live Ajax Search Plug-in (example)Create a search button that shows results once you start typing.

- jRailsGet the same UI effects with jRails: a jQuery replacement for Prototype/script.alicio.us on Rails.
- LightboxAn easy to use an unobtrusive script to overlay an image or a gallery over a page without refreshing it.

- FaceboxA Facebook like window to display images, divs or entire pages.

- LyteboxA mod to the original Lightbox, featuring a slideshow and performance improvements, support for themes and HTML content.

- LightWindow (examples)Embed and create galleries from anything: images, movies, Flash, websites, etc.

Handle Images with jQuery Plugins
- jQuery CropCrop images to the specified height and width sizes.
- jQuery image upload and cropUpload images and crop them with jQuery.

- jQuery Image Zoom Plug-in (example)Zoom into images with about 90 lines of code (example).
- jQZoomZoom in the images without losing sight of the rest and without opening a new page.

Create Image Galleries with jQuery Plugins
- jQuery 3D Image CarouselThis time, a 3D image gallery with jQuery.

- A Space Gallery jQuery PluginA plugin to create a space-like image gallery.

- jQuery Slider GalleryShow your products in a slider, similar to that on the Apple website.

- Step Carousel ViewerA gallery where you scroll images from side to side by clicking on a button/link that scrolls the gallery by one or several images or gets you to the first one.

- Image StripShow an image gallery in a peculiar interface.

- jCarouselA cute, customizable image carousel with jQuery.

Improve Web Forms with jQuery Plugins
- Auto-populate multiple select boxesA plugin to autopopulate select boxes.

- prettyCheckboxesCreate pretty checkboxes for your forms.

- Justify elements using jQueryA simple way to justify elements in web forms with jQuery.

- jQuery Form Input PluginEnter disappearing sample text into any form field with jQuery.

- jQuery-AutotabAuto tab to a next field upon filling the current one.

- jQuery-Context highlightingHighlight active fields in web forms with jQuery.

- Simple Chained Combobox Plugin for jQueryCreate a web form with dependable select fields easily with jQuery.

- Autosuggest search engineSuggest form field values the Facebook way.

- jNiceA plugin to make your form look nice.

- Live form-validation jQuery plug-inValidate forms with jQuery on the fly.
- AlphanumericFilter the data site visitors put in form fields.
- labelOverDisplay the form label inside the form field until the visitor starts filling it.

- AutosaveSolve your visitors’ problems by saving the data from their fields.
- Ajax Username Check – Using JQuery!Check, whether a username is available, with jQuery.

jQuery Lists
- Tutorials at jQuery.comA list of tutorials at the jQuery.com website.
- 15 Resources to Get You Started with jQuery from ScratchA list of sites you can learn jQuery to get started.
- 50+ Amazing jQuery Examples- Part1A great list of examples on the use of jQuery.
- 37 More Shocking jQuery PluginsA list of 37 more plugins you can use.
- 45 Fresh out of the Oven jQuery PluginsAs if you don’t have enough jQuery plugins, you can get 45 more from this list.
- jQuery Plugins at jQuery.comA huge database of plugins at jQuery project.
- The Ultimate jQuery Plugin ListA list (of about 100) jQuery plugins for all situations: file upload, forms, time/date pickers, search, rating, inline edit, photo, media, tables, etc.
- AJAX Rain jQuery Directory320+ jQuery plugins for all occasions in a plugin directory (along with other goodies).
- jQuery For DesignersAn introduction of jQuery to web designers with how tos on doing simple things.
- jQuery for DesignersA blog, dedicated to showing designers “how easy it is to apply web interaction with jQuery”.
- jQuery Tutorials for Designers10 basic visual tutorials for jQuery.
- 8 Fantastic jQuery Tutorials for Designers8 more tutorials for achieving visual bliss with jQuery.
- A jQuery 1.2 CheatsheetA cheatsheet for jQuery 1.2 that comes in PDF (PDF).
- jQuery CheatsheetA cheatsheet for iPhone, iPod and in .png.
- jQuery SelectorsA cheatsheet for jQuery from Dzone.
- Visual jQueryA visual jQuery 1.2 cheatsheet: consult the detailed descriptions of functions on one page. Thanks to Stanley from Hacker News for reminding me about it.
- jQuery APIOnline reference for jQuery.
- The Official jQuery BlogThe official blog of jQuery to stay up to date with the news, updates and the like.
- Learning jQueryRead this blog and get to know the library of choice for unobtrusive JavaScript (yes, jQuery).
- jQuery at Detached DesignsWeekly useful tips on developing with jQuery.
- jQuery for DesignersA blog, covering easy web interaction with jQuery.
- Karl Swedberg’s Amazon BlogA blog by one of the “Learning jQuery” authors on Amazon.
- jQuery in ActionA book, written by jQuery pros, to guide you from the beginning to advanced development.
- Learning jQuery: Better Interaction Design and Web Development with Simple JavaScript TechniquesThe book offers an introduction to building interactive designs and great user interfaces for your websites.
- jQuery Reference GuideAn extensive reference guide to jQuery covering everything from functions to plugins.
- AJAX LibsLoad jQuery and jQuery UI directly from Google CDN to speed up your sites.
- flot: Attractive Javascript plotting for jQueryA Javascript plotting library for jQuery, allowing you to graph things, read the tutorial.
- jQuery EffectsA view on jQuery by someone, who worships Dojo.
- jQuery Visual MapA visual map of jQuery: base, effects, plugins and AJAX.
- Adobe Air App (zip)Browse jQuery docs offline.
- XML file for jQuery DocsYou can also use the XML file of the jQuery documentation located at an SVN repository hosted at googlecode.com.
- ThemeRollerSelect your styles and download your theme from a jQuery UI.
- Writing Better jQuery CodeLearn how to write better jQuery code to save your time and enjoy the process.
jQuery Tutorials: How to Do Stuff
Learn how to put your web dreams into reality with jQuery.
Tutorials from 15 Days of jQuery
jQuery Tutorials from Detached Designs
Jeffrey has written and put together quite a number of tutorials on jQuery, they are worth checking out.
Tutorials for jQuery and ASP.NET
If you are an ASP.NET developer, then you’ll get these jQuery how tos.
Most Useful jQuery Plugins
You might find these hand-picked jQuery plugins to create inspirational websites.
UI with jQuery
Lightbox
jQuery for Designers
If you are the design person, feel free to check these jQuery links.
Tanks, this post is great, thanks again .
“look this is my website http://www.widewebicons.com“
Grea8!! resource for me. Thanks a lot…. for this post…
Thanks,this post is great.
May I know how to do the snow effect on your page?
Wow … awesome post … It just what I’m looking for,great …