hidden

Smashing Magazine

45+ New jQuery Techniques For Good User Experience

Advertisement

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:

[Offtopic: by the way, did you know that we are publishing a Smashing eBook Series? The brand new eBook #3 is Mastering Photoshop For Web Design, written by our Photoshop-expert Thomas Giannattasio.]

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.

Jquery08 in 45+ New jQuery Techniques For Good User Experience

2. Spoiler Revealer with jQuery
A simple technique that hides some content first and fades it in once a link is clicked.

Spoiler in 45+ New jQuery Techniques For Good User Experience

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.

Jquery05 in 45+ New jQuery Techniques For Good User Experience

4. FCBKcomplete
Give your users fancy Facebook-like dynamic inputs, with auto-complete and pre-added values.

Jquery06 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery08 in 45+ New jQuery Techniques For Good User Experience

Form Manipulation

6. Radio Button and Check Box Replacement
This jQuery tool replaces radio buttons and check boxes with a more appealing display.

Jquery07 in 45+ New jQuery Techniques For Good User Experience

7. Submit a Form without a Page Refresh

Jquery28 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery29 in 45+ New jQuery Techniques For Good User Experience

9. Simple jQuery Form Validation
This jQuery form shows live form-input validators both server-side and browser-side.

Jquery33 in 45+ New jQuery Techniques For Good User Experience

Navigation Menus

10. jQuery Context Menu
A context menu plug-in for jQuery that features easy implementation, keyboard shortcuts, CSS styling and control methods.

Jquery21 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery15 in 45+ New jQuery Techniques For Good User Experience

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.”

Jquery41 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery16 in 45+ New jQuery Techniques For Good User Experience

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!

Jquery17 in 45+ New jQuery Techniques For Good User Experience

15. CSS Sprites2
This tutorial demonstrates how to implement inline CSS Sprites2 using jQuery.

Jquery19 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery07 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery09 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery34 in 45+ New jQuery Techniques For Good User Experience

19. Coda-Slider
As with the last tool, groups items together using navigational elements that allow users to move from one page to another.

Jquery35 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery01 in 45+ New jQuery Techniques For Good User Experience

  • Demo can be found here.
  • Download files here.

21. haccordion
A simple horizontal accordion plug-in for jQuery.

Jquery36 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery37 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery39 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery40 in 45+ New jQuery Techniques For Good User Experience

25. Scrollable HTML Table
This JavaScript code can be used to convert ordinary HTML tables into scrollable ones.

Jquery38 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery04 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery09 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery22 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery23 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery04 in 45+ New jQuery Techniques For Good User Experience

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!

Jquery10 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery13 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery30 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery32 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery24 in 45+ New jQuery Techniques For Good User Experience

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.”

Jquery02 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery27 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery02 in 45+ New jQuery Techniques For Good User Experience

  • Download files here.

42. Use jQuery for Background Image Animations
Animate your menu whenever a user hovers over an item with this effect.

Jquery18 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery11 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery25 in 45+ New jQuery Techniques For Good User Experience

Miscellaneous

45. Date Range Picker
A rich date-range widget that uses the jQuery UI’s date picker and some additional custom interaction.

Jquery14 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery20 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery26 in 45+ New jQuery Techniques For Good User Experience

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.

Jquery12 in 45+ New jQuery Techniques For Good User Experience

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.

14

Tags: , , ,

Advertising
  1. 1
    Elliot
    January 15th, 2009 8:15 pm

    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/

  2. 2
    AURUM3
    January 15th, 2009 8:19 pm

    What a comprehensive list of jQuery examples. I was looking for similar examples too. Good timing.

    Well done SmashingMagazine :)

  3. 3
    Patrick McLaren
    January 15th, 2009 8:23 pm

    Great Techniques, Thanks for the list.

    • 4
      Raj
      June 17th, 2010 1:20 am

      Superb……….!!!

  4. 5
    Mike Brisk
    January 15th, 2009 8:27 pm

    Very good list! you guys always list the best stuff!

  5. 6
    Jhay
    January 15th, 2009 8:32 pm

    Awesome! Thanks

  6. 7
    Ryan Harris
    January 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.

    • 8
      Jake
      August 27th, 2010 3:06 pm

      They do now! :)

  7. 9
    sam
    January 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!

  8. 10
    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!!!

    • 11
      neverest
      February 17th, 2010 10:01 am

      Any jackass can kick down a barn. Takes planning and, you know, actual work to build one.

  9. 12
    OrganizedFellow
    January 15th, 2009 9:37 pm

    My favorites are #1-45, really.
    Thanks Smashing!

  10. 13
    Zack
    January 15th, 2009 9:39 pm

    cool~ I Love JQuery !

  11. 14
    Raymond Selda
    January 15th, 2009 9:47 pm

    Incredible list! I’m going to incorporate one of these in my next template. Thank you SM.

    • 15
      ANNOY
      April 5th, 2010 9:00 pm

      YAAAAAAA

  12. 16
    www.karizmatic.fr
    January 15th, 2009 9:48 pm

    Really nice post, very usefull. Thanks Smashing!!

  13. 17
    gr8pixel
    January 15th, 2009 9:53 pm

    wow… this is a fantastic post! thanks for all the jQuery techniques…

  14. 18
    Dele
    January 15th, 2009 10:15 pm

    Wouldnt mind seeing some on other js libraries like Dojo, Mootools, Prototype – just to balance the scale ;)

  15. 19
    http://www.csshook.com
    January 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

  16. 20
    StartBreakingFree.com
    January 15th, 2009 11:12 pm

    Wow…absolutely brilliant!

  17. 21
    Andris
    January 15th, 2009 11:14 pm

    Thanx for this awesome list. Some I’ve them I haven’t seen yet.

  18. 22
    maikeroo
    January 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?

  19. 23
    carcotas
    January 16th, 2009 12:58 am

    awesome! big thanks

  20. 24
    draciP
    January 16th, 2009 12:59 am

    A cropper using Mootools 1.2 (like number 43, Jcrop) : ByCropper for Mootools 1.2

  21. 25
    Chris
    January 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/

  22. 26
    João Ramos
    January 16th, 2009 1:33 am

    Smashing did it again! thanks for this awesome list

  23. 27
    Bruno
    January 16th, 2009 1:40 am

    Very useful! Thanks!

  24. 28
    jadenorven
    January 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?

  25. 29
    zarathustra
    January 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 :(

  26. 30
    Gordon
    January 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.

  27. 31
    Matt
    January 16th, 2009 2:03 am

    Great post, but could we have something similar for Prototype and Script.aculo.us?

    Thanks

  28. 32
    Sam Bannister
    January 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.

  29. 33
    Stefan
    January 16th, 2009 2:42 am

    Gorgeous list, thank you, SM ! :-)

  30. 34
    Jqueryamo
    January 16th, 2009 2:52 am

    all beautiful. Pity there are not ours: JqNews a jquery news slider

  31. 35
    LC
    January 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.

  32. 36
    Nak1doigt
    January 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’

  33. 37
    DKumar M.
    January 16th, 2009 3:26 am

    As usual, good stuff Noura…. Nice Collection of techniques !!

  34. 38
    Tom Ross - PSDFAN.com
    January 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.

  35. 39
    fatih
    January 16th, 2009 3:41 am

    so coool

  36. 40
    James
    January 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]

  37. 41
    Matsky
    January 16th, 2009 4:41 am

    Thanks! But where are examples for prototypejs?

  38. 42
    Paul Bennett
    January 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!

  39. 43
    Dan
    January 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!

  40. 44
    antipix
    January 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 ^^

  41. 45
    1.april
    January 16th, 2009 6:18 am

    thanks thanks thanks!
    I LOVE YOU smashing magazine

  42. 46
    Lillan
    January 16th, 2009 6:19 am

    Just one word – SMASHING!!!

  43. 47
    Stevo
    January 16th, 2009 6:38 am

    Perfect! This will be the most used reference this year!

  44. 48
    Claudia
    January 16th, 2009 6:55 am

    Sweet!
    Does this ever come in handy.
    Thanks.
    C.

  45. 49
    ilz
    January 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.

  46. 50
    aniec2
    January 16th, 2009 7:14 am

    nice art. thx very much.

  47. 51
    Ворон
    January 16th, 2009 7:26 am

    bau wau

  48. 52
    ddsign
    January 16th, 2009 7:33 am

    Nice post! It’s amazing! Thanks.

  49. 53
    Asad Abbas
    January 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

  50. 54
    JL Smith
    January 16th, 2009 7:44 am

    Wow, this is like web developer porn…awesome article!

  51. 55
    Tim Holmes
    January 16th, 2009 7:53 am

    An Awesome list SM.

    Can’t wait to try some of these out.

    Cheers

  52. 56
    tanya
    January 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.

  53. 57
    alphadog
    January 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?

  54. 58
    Paul
    January 16th, 2009 9:02 am

    Brilliant guys, thanks!

  55. 59
    Kennyboy7
    January 16th, 2009 9:13 am

    Awesome article, keep up the great work Smashing !!!

  56. 60
    vu
    January 16th, 2009 9:38 am

    I love this article.
    awesome!

  57. 61
    Benjamin Falk
    January 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.

  58. 62
    dodo
    January 16th, 2009 10:52 am

    jQuery is the bomb!! Love the amazing list. Thanks!

  59. 63
    vanishdesign.com
    January 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.

  60. 64
    webthese
    January 16th, 2009 11:04 am

    Thank you! this is a very useful list

  61. 65
    Seba
    January 16th, 2009 11:23 am

    I guess this will help me a lot. Great list, thank you very much!

  62. 66
    Kyle
    January 16th, 2009 1:09 pm

    Nice list. Some stuff in there that I hadn’t seen before.

  63. 67
    Joris_Lucius
    January 16th, 2009 1:59 pm

    Thanx for this usefull list! Some very nice eye-openers

  64. 68
    zarathustra
    January 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.

  65. 69
    Valiik
    January 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.

  66. 70
    Geeee
    January 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

  67. 71
    Chetan
    January 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/

  68. 72
    http://www.csshook.com/cssresources/
    January 16th, 2009 11:41 pm

    thanks Jquery

  69. 73
    James
    January 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.

  70. 74
    AdrianMG
    January 17th, 2009 7:46 am

    Thanks for the referral ;)

  71. 75
    ezsky
    January 17th, 2009 9:02 am

    It’s so cool , thanks.

  72. 76
    Noam
    January 17th, 2009 11:37 am

    What a great article!!!
    Thanks…!!!

  73. 77
    Saeed Jabbar
    January 17th, 2009 11:40 am

    This is a great list,loving using jquery.

  74. 78
    Salih
    January 17th, 2009 12:14 pm

    Thank you Smashing Magazine. I like JQuery. Ajax upload works.

  75. 79
    Hafees
    January 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

  76. 80
    Kike R.
    January 18th, 2009 8:25 am

    just when i needed it most, thanks SM!

  77. 81
    Safaa
    January 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.

  78. 82
    Atiq at Metrodesk.com.bd
    January 18th, 2009 12:53 pm

    Brilliant guys ! Love the amazing list.

  79. 83
    amaltra
    January 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

  80. 84
    Covienam
    January 18th, 2009 6:54 pm

    Great informative list!

  81. 85
    Peter Gallagher
    January 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.

  82. 86
    Two Socks - Graphic design and print
    January 19th, 2009 4:59 am

    thanks nice list :)

  83. 87
    Navdeep
    January 19th, 2009 9:32 am

    Thanks a lot. I am a jQuery fan :)

  84. 88
    Yuvraj
    January 19th, 2009 10:07 am

    Mind blowing, wonderful, marvelous, … these are the words for the author.
    Truly Innovative.

  85. 89
    Harald Schipper
    January 19th, 2009 10:23 am

    Thanks for this list, got me into jQuery this weekend and I like it!

  86. 90
    alphadog
    January 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…

  87. 91
    Shubhamoy
    January 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,

  88. 92
    Dylan H
    January 19th, 2009 2:25 pm

    I enjoyed the article. It seems as though #2 is linking to the wrong tutorial, however? (photo slider)

  89. 93
    t.gee.
    January 19th, 2009 3:12 pm

    E-gads you guys rounded up some kick-@$$-ish new to me goodies, man, yum-ee!!

  90. 94
    Ram
    January 19th, 2009 10:13 pm

    Fantastic List!
    Thanks a lot!

  91. 95
    Muzi
    January 19th, 2009 11:00 pm

    Awesome List, wow I’ve been looking for something like this, Yeah!!!

    Thank You

  92. 96
    Mustafa
    January 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.

  93. 97
    Samir Shah
    January 20th, 2009 8:54 pm

    Excellent Article… Great job

    I love jQuery

  94. 98
    Hugo Sequeira
    January 21st, 2009 4:20 am

    2. Spoiler Revealer with jQuery
    has a wrong link

  95. 99
    goma
    January 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!

  96. 100
    teh PaperCut
    January 21st, 2009 10:13 pm

    Great list.

    Already incorporating a couple from this list into my new site.

    Thanx SM!

  97. 101
    Brandon Truong
    January 23rd, 2009 10:07 pm

    excellent post

  98. 102
    Luna
    February 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!

  99. 103
    Jamshed
    March 17th, 2009 10:27 pm

    another smashing hit………

    thanks…….

  100. 104
    Deep Shah
    April 13th, 2009 4:33 am

    Awesome……!
    Thank you very very much.
    I can say that you guys are experts…
    Keep Rocking…………………………….

  101. 105
    Djoh
    April 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 !

  102. 106
    farogh haider
    May 19th, 2009 9:38 pm

    hi,
    I realy appriciate you and thanks for providing such type of list

  103. 107
    osuss
    May 29th, 2009 9:22 am

    nice !!!!

  104. 108
    Ezrad Lionel
    June 15th, 2009 1:28 am

    It’s a list! Who can argue with that!? Bookmarked!!

  105. 109
    Leo
    July 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…

  106. 110
    Filament Group
    July 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

  107. 111
    bitwords
    July 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.

  108. 112
    Shakty Singh
    July 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!

  109. 113
    ganesh
    July 18th, 2009 9:36 am

    Nice tips, cheers to the owners !! But Nothing new !!

  110. 114
    SohelElite
    August 13th, 2009 10:38 am

    fabulous jQuery ultimate stuff r here thanks dude

  111. 115
    Paul Olyslager
    October 15th, 2009 10:49 pm

    Nice roundup of usable jQuery implementations! thanks

  112. 116
    Nikita
    October 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

  113. 117
    Chuck
    December 19th, 2009 3:32 pm

    Great collection of jQuery uses. We use at least 10 of these on a regular basis. We just built our own jQuery based slider presentation tool called SlideDeck. http://www.slidedeck.com.

  114. 118
    Abhishek Lavaniya
    April 15th, 2010 10:25 pm

    Nice tutorial.

    Thank you very very much Smashing Magazine.

  115. 119
    Disain
    April 20th, 2010 11:10 pm

    Great stuff, I can wait to see the resultats on my work, some are for fun, but some others will be very useful, thank youdesign

  116. 120
    karthic
    May 21st, 2010 8:16 am

    awesome collection of jquery..Thank you…i like you comment box and the panel to display the comments..Did you use any jquery plugin for this?..

  117. 121
    karthic
    May 21st, 2010 8:19 am

    awesome jquery collection….Thank you..I like your comment box and the panel to display the comment..Did you use jquery ?..can you give me more details about the comment box..

  118. 122
    RHOM
    June 17th, 2010 3:46 am

    nice…very useful..

  119. 123
  120. 124
    Shahid
    August 11th, 2010 9:38 pm

    Thanks for such a great list.

  121. 125
    Aman
    August 15th, 2010 10:28 am

    hi

    cool list.i have some new jQuery plugin please see this:-

    http://jquery13.blogspot.com

    Thanks
    Aman

  122. 126
    Aman
    August 16th, 2010 9:55 am

    hi

    I like you Jquery Plugins List.I have also some new brand jquery Plugin list:-

    http://jquery13.blogspot.com/2010/08/40-new-brand-jquery-plugins.html

    Thanks
    Aman

  123. 127
    Aman
    August 17th, 2010 9:54 am

    hey

    I cool list.I have also 70+ jQuery Best Interface Techniques and Tutorials

    http://jquery13.blogspot.com/2010/08/70-jquery-best-interface-techniques-and.html

    Thanks
    Aman

  124. 128
    bahmandb
    September 7th, 2010 10:00 am

    Very Cool collection of jQuery sample you have here.

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!



Advertisement Advertise with us!
Add this widget to your site!
Visit job board Post your job