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:

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.

jQuery

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

jQuery

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.

jQuery

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

jQuery

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.

jQuery

Form Manipulation

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

jQuery

7. Submit a Form without a Page Refresh

jQuery

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.

jQuery

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

jQuery

Navigation Menus

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

jQuery

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.

jQuery

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

jQuery

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.

jQuery

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!

jQuery

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

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.

jQuery

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.

jQuery

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.

jQuery

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

jQuery

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.

jQuery

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

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

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.

jQuery

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.

jQuery

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.

jQuery

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

jQuery

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.

jQuery

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.

jQuery

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.

jQuery

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.

jQuery

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.

jQuery

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!

jQuery

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.

jQuery

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.

jQuery

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.

jQuery

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.

jQuery

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

jQuery

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.

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.

jQuery

  • Download files here.

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

jQuery

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.

jQuery

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.

jQuery

Miscellaneous

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

jQuery

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.

jQuery

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.

jQuery

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.

jQuery

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.

  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/

    -8
    • 2

      adder

      November 8th, 2010 8:08 am

      good

      -2
      • 3

        Ismail

        August 2nd, 2011 11:23 pm

        It is very helpful….

        +1
  2. 4

    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 :)

    +1
  3. 5

    Patrick McLaren

    January 15th, 2009 8:23 pm

    Great Techniques, Thanks for the list.

    -1
    • 6

      Raj

      June 17th, 2010 1:20 am

      Superb……….!!!

      0
  4. 7

    Mike Brisk

    January 15th, 2009 8:27 pm

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

    -1
  5. 8

    Jhay

    January 15th, 2009 8:32 pm

    Awesome! Thanks

    0
  6. 9

    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.

    -2
    • 10

      Jake

      August 27th, 2010 3:06 pm

      They do now! :)

      0
  7. 11

    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!

    -5
  8. 12

    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!!!

    -4
    • 13

      neverest

      February 17th, 2010 10:01 am

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

      -1
  9. 14

    OrganizedFellow

    January 15th, 2009 9:37 pm

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

    -2
  10. 15

    Zack

    January 15th, 2009 9:39 pm

    cool~ I Love JQuery !

    -2
  11. 16

    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.

    -2
    • 17

      ANNOY

      April 5th, 2010 9:00 pm

      YAAAAAAA

      -2
  12. 18

    www.karizmatic.fr

    January 15th, 2009 9:48 pm

    Really nice post, very usefull. Thanks Smashing!!

    -2
  13. 19

    gr8pixel

    January 15th, 2009 9:53 pm

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

    -3
  14. 20

    Dele

    January 15th, 2009 10:15 pm

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

    -2
  15. 21

    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

    -2
  16. 22

    StartBreakingFree.com

    January 15th, 2009 11:12 pm

    Wow…absolutely brilliant!

    -2
  17. 23

    Andris

    January 15th, 2009 11:14 pm

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

    -1
  18. 24

    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?

    -1
  19. 25

    carcotas

    January 16th, 2009 12:58 am

    awesome! big thanks

    -2
  20. 26

    draciP

    January 16th, 2009 12:59 am

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

    -3
  21. 27

    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/

    -2
  22. 28

    João Ramos

    January 16th, 2009 1:33 am

    Smashing did it again! thanks for this awesome list

    -2
  23. 29

    Bruno

    January 16th, 2009 1:40 am

    Very useful! Thanks!

    -2
  24. 30

    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?

    +2
  25. 31

    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 :(

    0
  26. 32

    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.

    -2
  27. 33

    Matt

    January 16th, 2009 2:03 am

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

    Thanks

    -2
  28. 34

    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.

    -1
  29. 35

    Stefan

    January 16th, 2009 2:42 am

    Gorgeous list, thank you, SM ! :-)

    -1
  30. 36

    Jqueryamo

    January 16th, 2009 2:52 am

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

    0
  31. 37

    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.

    0
  32. 38

    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’

    0
  33. 39

    DKumar M.

    January 16th, 2009 3:26 am

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

    0
  34. 40

    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.

    0
  35. 41

    fatih

    January 16th, 2009 3:41 am

    so coool

    0
  36. 42

    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]

    0
  37. 43

    Matsky

    January 16th, 2009 4:41 am

    Thanks! But where are examples for prototypejs?

    0
  38. 44

    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!

    0
  39. 45

    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!

    0
  40. 46

    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 ^^

    0
  41. 47

    1.april

    January 16th, 2009 6:18 am

    thanks thanks thanks!
    I LOVE YOU smashing magazine

    0
  42. 48

    Lillan

    January 16th, 2009 6:19 am

    Just one word – SMASHING!!!

    0
  43. 49

    Stevo

    January 16th, 2009 6:38 am

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

    0
  44. 50

    Claudia

    January 16th, 2009 6:55 am

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

    0
  45. 51

    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.

    0
  46. 52

    aniec2

    January 16th, 2009 7:14 am

    nice art. thx very much.

    0
  47. 53

    Ворон

    January 16th, 2009 7:26 am

    bau wau

    0
  48. 54

    ddsign

    January 16th, 2009 7:33 am

    Nice post! It’s amazing! Thanks.

    0
  49. 55

    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

    0
  50. 56

    JL Smith

    January 16th, 2009 7:44 am

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

    0
  51. 57

    Tim Holmes

    January 16th, 2009 7:53 am

    An Awesome list SM.

    Can’t wait to try some of these out.

    Cheers

    -1
  52. 58

    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.

    0
  53. 59

    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?

    0
  54. 60

    Paul

    January 16th, 2009 9:02 am

    Brilliant guys, thanks!

    0
  55. 61

    Kennyboy7

    January 16th, 2009 9:13 am

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

    0
  56. 62

    vu

    January 16th, 2009 9:38 am

    I love this article.
    awesome!

    0
  57. 63

    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.

    0
  58. 64

    dodo

    January 16th, 2009 10:52 am

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

    0
  59. 65

    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.

    0
  60. 66

    webthese

    January 16th, 2009 11:04 am

    Thank you! this is a very useful list

    -2
  61. 67

    Seba

    January 16th, 2009 11:23 am

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

    0
  62. 68

    Kyle

    January 16th, 2009 1:09 pm

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

    0
  63. 69

    Joris_Lucius

    January 16th, 2009 1:59 pm

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

    0
  64. 70

    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.

    0
  65. 71

    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.

    0
  66. 72

    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

    0
  67. 73

    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/

    0
  68. 74

    http://www.csshook.com/cssresources/

    January 16th, 2009 11:41 pm

    thanks Jquery

    0
  69. 75

    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.

    0
  70. 76

    AdrianMG

    January 17th, 2009 7:46 am

    Thanks for the referral ;)

    0
  71. 77

    ezsky

    January 17th, 2009 9:02 am

    It’s so cool , thanks.

    0
  72. 78

    Noam

    January 17th, 2009 11:37 am

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

    0
  73. 79

    Saeed Jabbar

    January 17th, 2009 11:40 am

    This is a great list,loving using jquery.

    0
  74. 80

    Salih

    January 17th, 2009 12:14 pm

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

    0
  75. 81

    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

    0
  76. 82

    Kike R.

    January 18th, 2009 8:25 am

    just when i needed it most, thanks SM!

    0
  77. 83

    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.

    0
  78. 84

    Atiq at Metrodesk.com.bd

    January 18th, 2009 12:53 pm

    Brilliant guys ! Love the amazing list.

    0
  79. 85

    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

    0
  80. 86

    Covienam

    January 18th, 2009 6:54 pm

    Great informative list!

    0
  81. 87

    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.

    -1
  82. 88

    Two Socks - Graphic design and print

    January 19th, 2009 4:59 am

    thanks nice list :)

    0
  83. 89

    Navdeep

    January 19th, 2009 9:32 am

    Thanks a lot. I am a jQuery fan :)

    0
  84. 90

    Yuvraj

    January 19th, 2009 10:07 am

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

    0
  85. 91

    Harald Schipper

    January 19th, 2009 10:23 am

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

    0
  86. 92

    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…

    0
  87. 93

    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,

    0
  88. 94

    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)

    0
  89. 95

    t.gee.

    January 19th, 2009 3:12 pm

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

    0
  90. 96

    Ram

    January 19th, 2009 10:13 pm

    Fantastic List!
    Thanks a lot!

    0
  91. 97

    Muzi

    January 19th, 2009 11:00 pm

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

    Thank You

    0
  92. 98

    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.

    0
  93. 99

    Samir Shah

    January 20th, 2009 8:54 pm

    Excellent Article… Great job

    I love jQuery

    +1
  94. 100

    Hugo Sequeira

    January 21st, 2009 4:20 am

    2. Spoiler Revealer with jQuery
    has a wrong link

    0
  95. 101

    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!

    +1
  96. 102

    teh PaperCut

    January 21st, 2009 10:13 pm

    Great list.

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

    Thanx SM!

    0
  97. 103

    Brandon Truong

    January 23rd, 2009 10:07 pm

    excellent post

    0
  98. 104

    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!

    0
  99. 105

    Jamshed

    March 17th, 2009 10:27 pm

    another smashing hit………

    thanks…….

    0
  100. 106

    Deep Shah

    April 13th, 2009 4:33 am

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

    0
  101. 107

    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 !

    0
  102. 108

    farogh haider

    May 19th, 2009 9:38 pm

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

    0
  103. 109

    osuss

    May 29th, 2009 9:22 am

    nice !!!!

    0
  104. 110

    Ezrad Lionel

    June 15th, 2009 1:28 am

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

    0
  105. 111

    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…

    0
  106. 112

    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

    0
  107. 113

    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.

    +1
  108. 114

    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!

    -1
  109. 115

    ganesh

    July 18th, 2009 9:36 am

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

    0
  110. 116

    SohelElite

    August 13th, 2009 10:38 am

    fabulous jQuery ultimate stuff r here thanks dude

    0
  111. 117

    Paul Olyslager

    October 15th, 2009 10:49 pm

    Nice roundup of usable jQuery implementations! thanks

    0
  112. 118

    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

    0
    • 119

      bhavesh

      February 17th, 2011 2:49 am

      hi nikita
      how it’s use, i don’t know?

      0
  113. 120

    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.

    0
  114. 121

    Abhishek Lavaniya

    April 15th, 2010 10:25 pm

    Nice tutorial.

    Thank you very very much Smashing Magazine.

    0
  115. 122

    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

    -1
  116. 123

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

    -1
  117. 124

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

    -1
  118. 125

    RHOM

    June 17th, 2010 3:46 am

    nice…very useful..

    -1
  119. 126
  120. 127

    Shahid

    August 11th, 2010 9:38 pm

    Thanks for such a great list.

    -1
  121. 128

    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

    -2
  122. 129

    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

    -2
  123. 130

    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

    -2
  124. 131

    bahmandb

    September 7th, 2010 10:00 am

    Very Cool collection of jQuery sample you have here.

    -1
  125. 132

    Azeem Michael

    October 14th, 2010 6:03 pm

    great collection. Thanks for sharing!

    -1
  126. 133

    Bong Ebbighausen

    November 6th, 2010 4:48 pm

    Amazing! For a nice and seeking google all night because of this and i as a final point found it here!

    -1
  127. 134

    Manish

    November 15th, 2010 4:16 am

    Great !!!!!

    0
  128. 135

    webunique

    December 23rd, 2010 2:18 am

    Very Usefull.

    -1
  129. 136

    chandrasekar

    April 30th, 2011 2:07 am

    great list…very useful.

    -1
  130. 137

    derek

    May 3rd, 2011 10:53 pm

    great list;
    thanks

    -1
  131. 138

    Ed Talmadge

    May 7th, 2011 7:15 am

    I just made a whole new and improved version of Agile Carousel (one of the items shown in the above article). Check it out!

    -1
  132. 139

    Sandeep Tripathi

    May 9th, 2011 12:51 am

    Hey its Amazing.. All stuff there is usefull & easy to use. Image-cropping functionality is Awesome :-)
    Thanks

    +1
  133. 140

    Deepali Katkar

    May 11th, 2011 4:43 am

    awesome, I just love it n like to play with it

    0
  134. 141

    Praveen Kumar

    June 2nd, 2011 12:26 am

    Please update the 18. Pagination link with http://d-scribe.de/webtools/jquery-pagination/demo/demo.htm

    0
  135. 142

    ocopmat

    June 3rd, 2011 4:37 am

    cool

    0
  136. 143

    Snrky

    July 7th, 2011 5:48 pm

    Not sure I’ll ever need an animated robot, but there’s a lot of great info. here.

    0
  137. 144

    pardeep

    August 22nd, 2011 1:00 am

    autocomplete

    0
  138. 145

    DANIELNGAN

    October 24th, 2011 3:08 am

    Thx for grouping those cool tools

    +2
  139. 146

    DANIELNGAN

    October 24th, 2011 8:40 am

    Some kinds of problem exist

    0
  1. 1

    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?

    +2
  2. 2

    DANIELNGAN

    October 24th, 2011 3:08 am

    Thx for grouping those cool tools

    +2
  3. 3

    Ismail

    August 2nd, 2011 11:23 pm

    It is very helpful….

    +1
  4. 4

    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!

    +1
  5. 5

    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 :)

    +1
  6. 6

    Samir Shah

    January 20th, 2009 8:54 pm

    Excellent Article… Great job

    I love jQuery

    +1
  7. 7

    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.

    +1
  8. 8

    Sandeep Tripathi

    May 9th, 2011 12:51 am

    Hey its Amazing.. All stuff there is usefull & easy to use. Image-cropping functionality is Awesome :-)
    Thanks

    +1

Leave a Comment

Yay! You've decided to leave a comment. That's fantastic! Please keep in mind that comments are moderated and rel="nofollow" is in use. So, please do not use a spammy keyword or a domain as your name, or it will be deleted. Let's have a personal and meaningful conversation instead. Thanks for dropping by!

↑ Back to top