Smashing Magazine - we smash you with the information that will make your life easier. really.
45+ New jQuery Techniques For Good User Experience
JavaScript libraries have made huge leaps and bounds in helping developers write code and develop products more quickly. jQuery is one of the most popular JavaScript frameworks, with powerful tools that improve the user’s interaction with Web applications. jQuery has an additional advantage in that it allows developers to select elements on a page using CSS-like syntax.
To help you take it up a notch, we share below some methods that can help you give visitors to your website an amazing user experience. Here are over 45 impressive jQuery plug-ins and techniques that have been recently created and that could make the development of your next website an easier and more interesting experience than the last.
You may want to take a look at the following related posts:
- jQuery and JavaScript Coding: Examples and Best Practices
- 75 (Really) Useful JavaScript Techniques
- 80+ AJAX-Solutions For Professional Coding
- 60 More AJAX- and Javascript Solutions For Professional Coding
Dynamic Content
1. Build A Login Form With jQuery
In this tutorial, we’ll create a sliding panel, that slides in to reveal more content, using JQuery to animate the height of the panel. In this case, we will be creating a hypothetical login for the new tutsplus area that’s coming soon.
2. Spoiler Revealer with jQuery
A simple technique that hides some content first and fades it in once a link is clicked.
3. AJAX Upload
This AJAX file upload plug-in allows users to easily upload multiple files without having to refresh the page. In addition, you can use any element to trigger the file selection window. The plug-in creates a semi-transparent file input screen over the button you specify, so when a user clicks on the button, the normal file selection window is shown. After the user selects a file, the plug-in submits the form that contains the file input to an iFrame. So it isn’t true AJAX but provides the same user experience.
4. FCBKcomplete
Give your users fancy Facebook-like dynamic inputs, with auto-complete and pre-added values.
5. Create Accessible Charts Using Canvas and jQuery
This tool is proof that you can use the <canvas> element to illustrate HTML table data. The idea is a good one: putting the data in a table allows it to remain accessible, while the chart can be shown for visual enhancement.
Form Manipulation
6. Radio Button and Check Box Replacement
This jQuery tool replaces radio buttons and check boxes with a more appealing display.
7. Submit a Form without a Page Refresh
8. jQuery AJAX Contact Form
Here is a quick and easy way to make a jQuery AJAX contact form with a “honeypot” to foil email bots, load success and error messages dynamically without leaving the page and provide descriptive error messages detailing why submitted values have failed validation.
9. Simple jQuery Form Validation
This jQuery form shows live form-input validators both server-side and browser-side.
Navigation Menus
10. jQuery Context Menu
A context menu plug-in for jQuery that features easy implementation, keyboard shortcuts, CSS styling and control methods.
11. Kwicks for jQuery
Kwicks for jQuery started off as a port of the incredibly attractive MooTools framework, but has evolved into a highly customizable and versatile widget.
12. jQuery iPod-style Drilldown Menu
“We created an iPod-style drilldown menu to help users traverse hierarchical data quickly and with control. It’s especially helpful when organizing large data structures that don’t translate well into traditional dropdown or fly-out menus.”
13. jQuery File Tree
The jQuery File Tree is a configurable AJAX file-browser plug-in for jQuery. You can create a customized, fully-interactive file tree with as little as one line of JavaScript code.
14. How to Create a MooTools Home Page-Inspired Navigation Effect
In this tutorial, you’ll recreate the same effect seen in MooTools’s menu, but in jQuery!
15. CSS Sprites2
This tutorial demonstrates how to implement inline CSS Sprites2 using jQuery.
Manipulating Content
16. jQuery books widget
With some custom JavaScript and jQuery magic you can create some interesting widgets. A good way to demonstrate this functionality is by building a browsable Amazon.com books widget.
17. Text Size Slider
This tutorial explains how to use a slider to control the text size of an article on a page. This lets the user control exactly the size that suits them, and is also a pretty impressive feature to have on a site.
18. Pagination
Create navigational elements: when you have a large number of items, you can group them into pages and present navigational elements that allow users to move from one page to another.
19. Coda-Slider
As with the last tool, groups items together using navigational elements that allow users to move from one page to another.
20. Creating a Slick Auto-Playing Featured-Content Slider
If you love the Coda-Slider plug-in for jQuery, then you will find this plug-in very useful for displaying lots of content in a small area. This nice plug-in adds some features not found in the original Coda-Slider, such as slowly cycling through panels, auto-playing different types of custom content. An arrow indicator serves as a visual indication of which panel you are currently viewing.
21. haccordion
A simple horizontal accordion plug-in for jQuery.
Tabular Data and Grids
22. Table Row Checkbox Toggle
This tool generically adds a toggle function to any table row you specify based on a CSS class name. It will, by default, toggle on any check boxes within that table row.
23. Tablesorter
Tablesorter is a jQuery plug-in that turns a standard HTML table with <th> and <td> tags into a sortable table without the need for page refreshes. Tablesorter can successfully parse and sort many types of data, including linked data, in a cell.
24. TableEditor
TableEditor provides flexible in-place editing of HTML tables. User-defined handler functions can easily be dropped in to update, for example, a data source via an AJAX request.
25. Scrollable HTML Table
This JavaScript code can be used to convert ordinary HTML tables into scrollable ones.
Lightbox Techniques
26. Revealing Photo Slider
Learn how to create a thumbnail photo gallery, where clicking a button reveals the entire photo and more information about that photo.
27. FancyBox
FancyBox was born to automatically scale large images to fit in windows, adding a nice drop-shadow under the zoomed item. It can be used to group related items and add navigation between them (using a pre-loading function). FancyBox is totally customizable through settings and CSS.
28. Facebox Image and Content Viewer
Facebox is a lightweight Facebook-style Lightbox that can display images, divs, and even entirely remote pages (via AJAX) inline on a page and on demand. It uses the compact jQuery library as its engine, unlike Lightbox v2.0, which uses Prototype.
29. jQuery.popeye
jQuery.popeye is a plug-in that transforms an unordered list of images into a simple image gallery. When an image is clicked, it enlarges Lightbox-style. The images are displayed in a box with “Previous” and “Next” controls, and information about the images can be included.
Image Galleries and Viewers
30. Simple Controls Gallery
Simple Controls Gallery rotates and displays each image by fading it into view over the previous one, with navigation controls that pop up when the mouse hovers over the gallery. The controls allow the user to play, pause or jump to a specific image in the gallery.
31. Agile Carousel
This jQuery plug-in allows you to easily create a custom carousel. Use the jQuery UI to enable many different types of transition. The plug-in uses PHP to call images from the folder you specify. Configure many different options including controls, slide timer length, easing type, transition type and more!
Browser Tweaks
32. Setting Equal Heights with jQuery
A script to equalize the heights of boxes within the same container and create a tidy grid.
33. jQuery IE6 PNG Transparency Fix
Another IE6 PNG fix that uses jQuery selectors to automatically fix all PNG images on a page.
34. BGI frame
This tool helps ease the pain of dealing with IE z-index issues. You can find a demo here.
35. Fix Overflow
IE puts scroll bars inside overflowing elements, and if an element is only one line, the scroll bar will cover it. This plug-in fixes that issue.
36. Lazy Load
Lazy Load delays the loading of images below the fold on long pages. As the user scrolls down, the images are loaded as needed. Check out the demo here.
37. Maxlength
It’s a fairly common design practice to limit the number of characters a user can input in a field while giving feedback on how many spaces are left. This plug-in automates that task.
Animation Effects
38. Scrollable
Scrollable is a flexible and lightweight (3.9 KB) jQuery plug-in for creating scrollable content. Scrollable items can contain any HTML, such as text, images, forms, video or any combination of them. You can make items scroll horizontally or vertically and decide how many items are visible at once.
39. jQuery Fading Menu – Replacing Content
“Instead of thinking about CSS as page layout and a way to style your page when it loads, you can use in animation and change it on-the-fly to react to events that happen on your page. Take for example a menu. You can take the “click” event that happens when clicking on a menu to do lots of stuff.”
40. Build an Animated Cartoon Robot with jQuery
This effect simulates a faux 3-D animated background reminiscent of old-school side-scrolling video games (and not unlike the parallax effect). This effect is created by layering several empty divs over each other, with transparent PNGs as background images. The backgrounds are animated at different speeds using jQuery.
41. Flip
Flip is a plug-in for jQuery that “flips” page elements in four directions. Compatible with Firefox 2+, Internet Explorer 6+, Safari 3.1 (for Windows) and Google Chrome.
- Download files here.
42. Use jQuery for Background Image Animations
Animate your menu whenever a user hovers over an item with this effect.
Image Manipulation
43. Jcrop
Jcrop is the quick and easy way to add image-cropping functionality to your Web application. It combines the ease of use of a typical jQuery plug-in with a powerful cross-platform DHTML cropping engine that is faithful to familiar desktop graphics applications.
44. jQZoom
JQZoom is a JavaScript image magnifier that makes it really easy to magnify what you want. It is easy to customize and works on all modern browsers.
Miscellaneous
45. Date Range Picker
A rich date-range widget that uses the jQuery UI’s date picker and some additional custom interaction.
46. Sortable Lists
Unordered lists are commonly used to structure a website’s navigation. Having the ability to re-order such lists would be extremely useful. Here is a method to easily save and reload the list element order without getting lost as the page is refreshed.
47. Amazing Music Player Using Mouse Gestures and Hotkeys
Learn how to create an amazing music player, coded in XHTML and jQuery, that makes use of mouse gestures and hotkeys. You can click and drag the mouse to interact with the music player’s interface or use directional keys and the space bar instead of the mouse.
48. Script for Tracking Outbound Links in Google Analytics with jQuery
This code snippet uses Google Analytics and jQuery to automatically track outbound links. This interesting script enhances behavior by comparing the link’s domain to the current page’s domain and, if they are different, triggering the behavior. This is helpful when using a CMS or other tool that generates full URLs, including the “http://,” instead of relative ones.
<script type="text/javascript">
$('#content a:not(.popupwindow)').filter(function() {
var theHref = this;
if (theHref.hostname && theHref.hostname !== location.hostname) {
$(theHref).not(".noAutoIcon").addClass("offSite");
$(theHref).not(".noAutoLink").attr('target','_blank').bind('click keypress', function(event) {
var code=event.charCode || event.keyCode;
if (!code || (code && code == 13)) {
if(pageTracker){
var fixedLink = this.href;
fixedLink = fixedLink.replace(/https?:\/\/(.*)/,"$1");
fixedLink = '/outgoing/' fixedLink;
pageTracker._trackPageview(fixedLink);
};
};
});
};
});
</script>49. jGrowl
jGrowl is a jQuery plug-in that delivers unobtrusive messages within the browser, similar to the way that OS X’s Growl Framework works.
Related posts
You may want to take a look at the following related posts:
Noura Yehia is a Web designer and blogger and the former owner of noupe.com. If you want to connect with the author, you can follow her on Twitter.
- 112 Comments
- 1
- 2January 15th, 2009 8:19 pm
What a comprehensive list of jQuery examples. I was looking for similar examples too. Good timing.
Well done SmashingMagazine :)
- 3January 15th, 2009 8:23 pm
Great Techniques, Thanks for the list.
- 4January 15th, 2009 8:27 pm
Very good list! you guys always list the best stuff!
- 5January 15th, 2009 8:32 pm
Awesome! Thanks
- 6January 15th, 2009 8:50 pm
wow I really love the jgrowl. I’d love to see something like it implemented on facebook and other social networking sites. I am definitely going to try and use it on some new sites. The animated robot is pretty cool also.
- 7January 15th, 2009 8:59 pm
Over 45!! Really?
45 is one of the biggest numbers!! That’s way better than over 40, or over 35.
Thanks, SmashingMagazine, you’re the best!
- 8January 15th, 2009 9:01 pm
Steps to have a profitiable blog.
1) Choose a stupid name.
2) Go to well known websites, and “report” on every little aspect of them. Such as, what plug-ins are made.
3) Make sure your posts are in the format: ”
4) Don’t worry about the actual content, the title is really all that matters!
4) PROFIT!!! - 9January 15th, 2009 9:37 pm
My favorites are #1-45, really.
Thanks Smashing! - 10January 15th, 2009 9:39 pm
cool~ I Love JQuery !
- 11January 15th, 2009 9:47 pm
Incredible list! I’m going to incorporate one of these in my next template. Thank you SM.
- 12January 15th, 2009 9:48 pm
Really nice post, very usefull. Thanks Smashing!!
- 13January 15th, 2009 9:53 pm
wow… this is a fantastic post! thanks for all the jQuery techniques…
- 14January 15th, 2009 10:15 pm
Wouldnt mind seeing some on other js libraries like Dojo, Mootools, Prototype – just to balance the scale ;)
- 15January 15th, 2009 10:43 pm
great article. i am very glad to say i like JQUERY. I mostly use jquery in my site as compare to other javascript tools.
thanks a lots Jquery team.
jon
- 16January 15th, 2009 11:12 pm
Wow…absolutely brilliant!
- 17January 15th, 2009 11:14 pm
Thanx for this awesome list. Some I’ve them I haven’t seen yet.
- 18January 15th, 2009 11:17 pm
I was looking for image-cropping functionality to my Web application. Thanks for it! Awesome :-) Is there anybody, who know free plugin to tinyMce as Image Manager?
- 19January 16th, 2009 12:58 am
awesome! big thanks
- 20January 16th, 2009 12:59 am
A cropper using Mootools 1.2 (like number 43, Jcrop) : ByCropper for Mootools 1.2
- 21January 16th, 2009 1:25 am
Number two doesn’t seem to go to the right place – unless of course I’m being stupid!
I found it here: http://css-tricks.com/fade-in-spoiler-revealer/ - 22January 16th, 2009 1:33 am
Smashing did it again! thanks for this awesome list
- 23January 16th, 2009 1:40 am
Very useful! Thanks!
- 24January 16th, 2009 1:53 am
sam (January 15th, 2009, 9:01 pm)
Steps to have a profitiable blog.
1) Choose a stupid name.
2) Go to well known websites, and “report” on every little aspect of them. Such as, what plug-ins are made.
3) Make sure your posts are in the format: ”
4) Don’t worry about the actual content, the title is really all that matters!
4) PROFIT!!!Wow! you made it sound really easy! Why didn’t you do it yourself then?
- 25January 16th, 2009 1:55 am
Extremely uninspired list, definitely requires the “new” dropping from the title. For instance the very FIRST example was published in August. In terms of jQuery development that is certainly NOT new. This article wasted my time, I don’t like that :(
- 26January 16th, 2009 1:57 am
Some interesting looking techniques in here, will take a closer look at those. However it is very important to bear in mind when working with them as with any javascript that you need to always think about accessibility – ie, what happens if the user has javascript disabled?
It is far too easy to create a site that completely depends on the javascript and won’t work without it. However it usually doesn’t take much additional effort to ensure that if javascript is turned off then your page falls back gracefully into a still fully-functional form.
- 27January 16th, 2009 2:03 am
Great post, but could we have something similar for Prototype and Script.aculo.us?
Thanks
- 28January 16th, 2009 2:10 am
Great list! The ‘Simple Controls Gallery’ looks a lot like the one the BBC News website uses on its main page when something major is happening.
- 29January 16th, 2009 2:42 am
Gorgeous list, thank you, SM ! :-)
- 30
- 31January 16th, 2009 3:04 am
Nice collection ! I don’t like much the plugin repository of jQuery so articles like that one with only the best plugins are really appreciated.
- 32January 16th, 2009 3:22 am
I prefer speak in french – smooth ! :-)
Encore un article qui déchire tout ! Mais qui se cache derrière toutes ces ressources et toutes cette veille ? Un grand merci, même si je n’arrive pas à tout traduire °(:-/
D’ailleurs ? Il y a des français ? Ca vous dirais pas de traduire un peu ? Ou d’amener des french’ressources ?Nak’
- 33January 16th, 2009 3:26 am
As usual, good stuff Noura…. Nice Collection of techniques !!
- 34January 16th, 2009 3:41 am
I really loved this list. I’m pretty new to J-Query but these are some awesome effects. Thanks for sharing.
- 35January 16th, 2009 3:41 am
so coool
- 36January 16th, 2009 4:02 am
Thanks for the list! All of these examples show the very best of JavaScript, the best thing is that all of these examples are accessible to all users (impaired or not) because they’re all totally degradable. I’m sure Smashing Magazine will continue to serve up content with web standards in mind!
[/sarcasm] - 37January 16th, 2009 4:41 am
Thanks! But where are examples for prototypejs?
- 38January 16th, 2009 5:20 am
Thanks for these, I’m already using some for my latest project but of course its good to ssee them all in one place. In fact this and the last few articles from Smashing Magazine have been really useful for me, top work guys!
- 39January 16th, 2009 5:25 am
This is a re-hashed list of previously featured j-query examples.
We don’t need to be shown the same examples again – please come up with something new!
- 40January 16th, 2009 5:28 am
nice list but nothing new…you just compiled articles of others blogs…
et oui Nak1doigt ya des français aussi ici…t’inquiètes, ya rien besoin de traduire, prends juste le code ^^
- 41January 16th, 2009 6:18 am
thanks thanks thanks!
I LOVE YOU smashing magazine - 42January 16th, 2009 6:19 am
Just one word – SMASHING!!!
- 43January 16th, 2009 6:38 am
Perfect! This will be the most used reference this year!
- 44January 16th, 2009 6:55 am
Sweet!
Does this ever come in handy.
Thanks.
C. - 45January 16th, 2009 7:12 am
Nice! I just bookmarked like 6 pages. This is the best post in a while, IMO.
I especially like the FancyBox effect of popping the you tube video up.. very clean.
Also, the color fade in on a link someone had was great too.. I’ll be using that for sure.
- 46January 16th, 2009 7:14 am
nice art. thx very much.
- 47January 16th, 2009 7:26 am
bau wau
- 48January 16th, 2009 7:33 am
Nice post! It’s amazing! Thanks.
- 49January 16th, 2009 7:39 am
awesome list … dugg it for future reference … i am also looking for a jquery facebook like chat ui … I wish some one also make a plugin of jquery in it … just the ui
- 50January 16th, 2009 7:44 am
Wow, this is like web developer porn…awesome article!
- 51January 16th, 2009 7:53 am
An Awesome list SM.
Can’t wait to try some of these out.
Cheers
- 52January 16th, 2009 7:55 am
thanks for the post. Try the image manipulation, simple gallery, background image and flip are very useful for me.
But the No.14’s technique, i think mootool’s one is better.
- 53January 16th, 2009 9:02 am
Wow. Decent search result list, but what’s up with all the gushing, bootlicking, obsequious comments?!?
So someone used Google to scour the net for 45 definitely-not-new jQuery plugins and techniques and made a Cosmo-like article out of it. (Fifteen Ways To Leave Your Website Lover! Forty-Six Tests To Know Your Mate Practices Safe CSS!)
Does Smashing Magazine have some job openings or something? Is there a free source of Zoloft I am not aware of?
- 54January 16th, 2009 9:02 am
Brilliant guys, thanks!
- 55January 16th, 2009 9:13 am
Awesome article, keep up the great work Smashing !!!
- 56January 16th, 2009 9:38 am
I love this article.
awesome! - 57January 16th, 2009 10:38 am
Useful stuff here! The jQuery File Tree will be especially useful for me — I haven’t seen that one before.
- 58January 16th, 2009 10:52 am
jQuery is the bomb!! Love the amazing list. Thanks!
- 59January 16th, 2009 10:53 am
I think jQuery is great, but it’s easy to get a glut of plugins for it. I think you’re better off making your own, since it is so much easier to work with than javascript.
- 60January 16th, 2009 11:04 am
Thank you! this is a very useful list
- 61January 16th, 2009 11:23 am
I guess this will help me a lot. Great list, thank you very much!
- 62January 16th, 2009 1:09 pm
Nice list. Some stuff in there that I hadn’t seen before.
- 63January 16th, 2009 1:59 pm
Thanx for this usefull list! Some very nice eye-openers
- 64January 16th, 2009 2:08 pm
@alphadog. I know it’s creepy. It’s like we’re the only normal ones and the rest have been taken over by the body snatchers. Wait till you see what they’re like when you show them some bad HDRI photography. They really let go then :(
It’s becoming increasingly irrelevant to come here. I think I generally visit the three websites they crib all their stuff off each time. I had LITERALLY seen every one of these. Months ago.
- 65January 16th, 2009 2:39 pm
Sweet!! This is what I was looking for. I was not too impressed with jQuery at first but this really prroves me wrong. Thank you.
- 66January 16th, 2009 4:34 pm
Well done Noura .. That’s a big list & very useful to me .. bookmarked for sure ;D keep it up please we are waiting for more
- 67January 16th, 2009 11:28 pm
aah!! nothing special here, seems like its a combination of 2-3 jquery related bogs :)
still its too little, many more i found here…
http://hiddenpixels.com/designer-and-developer-resources/jquery-examples/
- 68January 16th, 2009 11:41 pm
thanks Jquery
- 69January 17th, 2009 1:59 am
The worst part of these plugins is that designers get paid the big money to add these effects with Flash.
- 70January 17th, 2009 7:46 am
Thanks for the referral ;)
- 71January 17th, 2009 9:02 am
It’s so cool , thanks.
- 72January 17th, 2009 11:37 am
What a great article!!!
Thanks…!!! - 73January 17th, 2009 11:40 am
This is a great list,loving using jquery.
- 74January 17th, 2009 12:14 pm
Thank you Smashing Magazine. I like JQuery. Ajax upload works.
- 75January 18th, 2009 1:02 am
Thanks for the list.
For text size changing I have done a very light weight and reusable jQuery function (just one function call will make all the interface with cookie support).Please check it:
Url: http://cool-javascripts.com/jquery/building-a-reusabe-font-size-controller-interface-using-jquery.html - 76January 18th, 2009 8:25 am
just when i needed it most, thanks SM!
- 77January 18th, 2009 12:51 pm
Yes JQuery is great, I don’t know much about JavaScript but I learned the basics of jquery and started to use it right away, and the results was sooo good. I also used some of those plugins in my recent projects like the Coda slider, Simple gallery,Table and galleria and they made them look greeaaaaaaaaat.
Well Done Noura keep going. - 78January 18th, 2009 12:53 pm
Brilliant guys ! Love the amazing list.
- 79January 18th, 2009 5:19 pm
awesome,
so guys should i put down flash, and start using jquery?what is the major difference? maybe jquery even uses les kb on most of these options.
very interested if someone could pls post an answer
- 80January 18th, 2009 6:54 pm
Great informative list!
- 81January 18th, 2009 8:03 pm
For serious use of tables (especially if hooking to an SQL backend) in a jQuery plugin that is highly configurable (with good defaults) I suggest you take a look at Allan Jardine’s DataTables
I’ve used them here for a largish database of World Bank data on subsidies to farmers.
- 82January 19th, 2009 4:59 am
thanks nice list :)
- 83January 19th, 2009 9:32 am
Thanks a lot. I am a jQuery fan :)
- 84January 19th, 2009 10:07 am
Mind blowing, wonderful, marvelous, … these are the words for the author.
Truly Innovative. - 85January 19th, 2009 10:23 am
Thanks for this list, got me into jQuery this weekend and I like it!
- 86January 19th, 2009 11:23 am
This website is wonderful! Thank you for your awesomeness! I am so glad you’re so awesome and that it is free. This will really help me achieve great wonderfulness and awesomeness. jQuery rules, but with magnificence and benevolence. If jQuery were a person, I’d wash its feet with oil and myrrh, and swaddle them in the finest lambswool after a sound kissing. Smashing Magazine is awesome, and lovely, and wonderful too.
Psst, @zarathustra: just blending in… maybe they won’t notice I didn’t drink the ecstasy kool-aid…
- 87January 19th, 2009 11:35 am
Hi Admin,
Really amazing collection to improve UI to a great extent. Well there’s a mistake I guess, it is a Photo Revealer with jQuery not Spoiler Revealer with jQuery. Kindly correct it.
Best Regards,
- 88January 19th, 2009 2:25 pm
I enjoyed the article. It seems as though #2 is linking to the wrong tutorial, however? (photo slider)
- 89January 19th, 2009 3:12 pm
E-gads you guys rounded up some kick-@$$-ish new to me goodies, man, yum-ee!!
- 90January 19th, 2009 10:13 pm
Fantastic List!
Thanks a lot! - 91January 19th, 2009 11:00 pm
Awesome List, wow I’ve been looking for something like this, Yeah!!!
Thank You
- 92January 20th, 2009 5:21 pm
Excellent information! I liked the perspective of presenting it, till now what ever information and advantages I read on the internet just presented it in a technical manner, but this one could be well understood and explained to a not so technical person.
- 93January 20th, 2009 8:54 pm
Excellent Article… Great job
I love jQuery
- 94January 21st, 2009 4:20 am
2. Spoiler Revealer with jQuery
has a wrong link - 95January 21st, 2009 7:32 pm
Wow! 45+ jquery techniques! Drools~ I love jquery!
SmashingMagazine, you roxxxx!
Love your comment box too, love the preview. How can I have one like this?Guys, you could also checkout the 37 shocking jQuery plugins too!
- 96January 21st, 2009 10:13 pm
Great list.
Already incorporating a couple from this list into my new site.
Thanx SM!
- 97January 23rd, 2009 10:07 pm
excellent post
- 98February 1st, 2009 8:00 pm
It’s just amazing how great this website is – Beatufidul graphics with uncomparable posts/topics , often updated, extremely useful-helpful. Thank you for all excellent work!
- 99March 17th, 2009 10:27 pm
another smashing hit………
thanks…….
- 100April 13th, 2009 4:33 am
Awesome……!
Thank you very very much.
I can say that you guys are experts…
Keep Rocking……………………………. - 101April 28th, 2009 9:55 pm
The great Datatables is missing here !
It’s a wonderful plugin to handle large tables, sort, dynamically load, search into the table, etc.
You’ll find it on google – it’s so useful ! - 102May 19th, 2009 9:38 pm
hi,
I realy appriciate you and thanks for providing such type of list - 103May 29th, 2009 9:22 am
nice !!!!
- 104June 15th, 2009 1:28 am
It’s a list! Who can argue with that!? Bookmarked!!
- 105July 3rd, 2009 2:30 am
Awesome! Jquery is a lamp of Aladin.
Why don’t we create a website for components of Jquery?
It will be helpful for everyone… - 106July 6th, 2009 11:56 am
#5, Filament Group’s jQuery plugin to build charts from HTML tables, has been re-released with a lot of improvements. You can check it out here:
http://www.filamentgroup.com/lab/jquery_visualize_plugin_accessible_charts_graphs_from_tables_html5_canvas - 107July 8th, 2009 1:00 am
these are some of tips i was looking for a long time. i think these examples can be easily modified.
- 108July 11th, 2009 3:36 am
Its an remarkable collection of some awesome jquery implementation.
I really appreciate this bcoz I was in need of this for a long time.Thank You So Much!
- 109July 18th, 2009 9:36 am
Nice tips, cheers to the owners !! But Nothing new !!
- 110August 13th, 2009 10:38 am
fabulous jQuery ultimate stuff r here thanks dude
- 111October 15th, 2009 10:49 pm
Nice roundup of usable jQuery implementations! thanks
- 112October 29th, 2009 5:22 am
Fading in notification messages like the ones used in Twitter and Stackoverflow are a good user experience as well since they don’t burden the user. There is a configurable plugin for that:
jBar: A jQuery Notification Plugin
- 00
There are no trackbacks at this time. If you are interested in leaving a trackback, please use this URL.
Leave a Comment
Make sure you enter the * required information where indicated. Please also rate the article as it will help us decide future content and posts. Comments are moderated – and rel="nofollow" is in use. Please no link dropping, no keywords or domains as names; do not spam, and do not advertise!
Interact
Popular
- 100 Wordpress Themes
- Photoshop Tutorials
- Fantastic Wallpapers
- 40+ Excellent Freefonts
- Dual-Screen Wallpapers
- Wordpress Themes for 2009
- Illustrator Tutorials
- Incredible Free Icon Sets
- High-Quality Free Fonts
- 30 Scripts For Galleries
- Photoshop Text Effects
- Useful Icon Sets
- Web Design Trends
- iPhone Wallpapers
- Before Launching a Website
- CSS Layouts And Templates
- Photoshop Actions
- Stunning Pictures and Photos
- Fantastic HDR Pictures
- Logo Design Tutorials
- Free Design Templates
- 10 Mistakes In Logo Design
- Photoshop Custom Shapes
- 40 Creative Design Layouts
- 8 Layout Solutions
- 53 CSS Techniques
- Photography Techniques
- Black & White Photography
- Styling Design Elements
- CSS-Based Forms
- 50 jQuery Techniques
- 50 Portfolio Websites
- 50 CSS Techniques
- Creative Logo Designs
- Desktop Wallpapers
- 25 Open Source Mac Apps
- 50 Free Icon Sets
- @ilmv oh ok then ;)
- @ilmv no, the SM Book will not be out of date :) We made sure it contains universal design, usability and marketing principles.
- Apple ad bombing Windows 7 on Google - http://bit.ly/28ctPq
- Atatonic - a fresh CSS framework - http://bit.ly/4oOV2w (via @umutm)
- @HrvojeKC yes, that's an interesting idea. Maybe when the waiting is over, we'll write a detailed post about it.
- @benbeltran thanks, Ben, your support means a lot to us.














































(2 votes, average: 4.50 out of 5)
Nice list, my technique for rollovers and tooltips in jQuery could add a little bit to it. http://www.ilovecolors.com.ar/rollovers-tooltips-jquery/