hidden

Smashing Magazine

45 Fresh Useful JavaScript and jQuery Techniques and Tools

Advertisement

Yes, this is another round-up of fresh and useful Javascript techniques, tools and resources. But don’t close the tab yet, as you might find this one very useful. In this selection we present calendars, forms, buttons, navigation, debugging, optimization and compatibility tables as well as handy resources and tools. We also cover various jQuery-plugins that will help you extend the functionality of your website and improve user experience with ready components or coding solutions.

The last section also covers a number of useful educational resources such as a compilation of useful JavaScript coding practices, a detailed comparison of JavaScript frameworks and general JavaScript programming conventions. We are looking forward to your feedback.

You may be interested in 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.]

Calendars and Timelines

jDigiClock – Digital Clock (HTC Hero inspired)
jDigiClock is a jQuery plugin inspired from HTC Hero Clock Widget.

Javascript-techniques-82 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

jQuery Sliding Clock v1.1
jQuery transpearant Slider clock with CSS sprites.

Javascript-techniques-67 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

Date / Time Picker
Note that this control is not designed to work in IE6; although it will function correctly in most cases, the positioning of the calendar may be way off depending on how your page is styled.

Javascript-techniques-05 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

JavaScript Debugging and Validation Tools

Venkman JavaScript Debugger project page
Venkman is the code name for Mozilla’s JavaScript Debugger. Venkman aims to provide a powerful JavaScript debugging environment for Gecko-based browsers namely Firefox 3.x, the Netscape 7.x series of browsers, Netscape 9.x series, Mozilla Seamonkey 1.x and Mozilla Seamonkey 2.x. It does not include Gecko-based browsers such as K-Meleon 1.x, Galeon 2.x and Netscape 8.x. The debugger is available as an add-on package in XPI format. Venkman JavaScript Debugger has been provided as part of the Mozilla install distribution since October 3rd 2001.

Javascript-techniques-14 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

CompanionJS
Companion.JS (pronounced Companion dot JS or CJS) is a Javascript debugger for IE.

Javascript-techniques-32 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

How to Test your JavaScript Code with QUnit
QUnit is a powerful JavaScript unit testing framework that helps you to debug code. It’s written by members of the jQuery team, and is the official test suite for jQuery. But QUnit is general enough to test any regular JavaScript code, and it’s even able to test server-side JavaScript via some JavaScript engine like Rhino or V8.

Javascript-techniques-44 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

JS Bin – Collaborative JavaScript Debugging
JS Bin is an open source collaborative JavaScript debugging tool.

Javascript-techniques-12 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

Forms, Buttons & Navigation

Making a Google Wave History Slider
Here is shown how to create a Google Wave-like history slider. Using it will enable visitors to go back and forth in time to view the changes that take place on a comment thread.

Javascript-techniques-73 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

Fancy Radio Buttons With jQuery
Creation of 2 mandatory option sets that a user could choose, while hiding off the radio button inputs and using an anchor links to make it a bit more usable.

Javascript-techniques-62 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

Creative Button Animations with Sprites and JQuery
Fading hover effect for which the transition is smoothed with JavaScript, using jQuery library.

Javascript-techniques-83 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

Password (un)Masking
JavaScript jQuery that toggles the masking and unmasking of the password field.

Javascript-techniques-68 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

jQuery MagicLine Navigation
These “sliding” style navigation bars have been around a while, and turns out it’s really pretty darn easy. Here are put two examples together.

Javascript-techniques-49 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

Fixed Fade Out Menu: A CSS and jQuery Tutorial
The aim is to have a fixed navigation that follows the user when he scrolls, and only subtly showing itself by fading out and becoming almost transparent. When the user hovers over it, the menu then becomes opaque again. Inside of the navigation we will have some links, a search input and a top and bottom button that let the user navigate to the top or the bottom of the page.

Javascript-techniques-52 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

jQuery plugin: Simplest Twitter-like dynamic character count for textareas and input fields
The best way to explain what this plugin does is to mention Twitter. Twitter posts are limited to 140 characters. While typing the Twitter post there is this always present information about how many characters the users have before reaching the limit. The information is not only provided merely by displaying a number, there are different colors applied to certain stages to notify the user about the status.

Sliding Labels v2
Form label keeping the label inline, but sliding it off to the left rather than going away on click.

Javascript-techniques-87 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

Ketchup Plugin
Ketchup is a slim jQuery Plugin that validates your forms. It aims to be very flexible and extendable for its appearance and functionality.

Javascript-techniques-84 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

Layout tools

jQuery {css}designerGrid Plugin
{css} designerGrid is A jQuery Plugin developed for website interface developers who use the grid system of layout. {css} designerGrid is intended to assist these developers with CSS prototyping.

Javascript-techniques-80 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

css-template-layout
JavaScript (jQuery) implementation of the CSS Template Layout Module

Javascript-techniques-33 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

How to create a fluid grid with jQuery
Grid-based layout is probably the more preferred way to style up a webpage to give it more magazine-like look and feel. This tutorial is about how to use CSS and Javascript to create a fluid grid-based layout (See demo here). The algorithm/procedure used in this tutorial is very simple and straightforward. There are more advanced algorithms out there which can handle multiple scenarios. But the purpose is to understand the basic logic on how to create such layout. So here it goes…

Javascript-techniques-51 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

closure-templates
Closure Templates are a client- and server-side templating system that helps you dynamically build reusable HTML and UI elements. They are easy to learn and customizable to fit your application’s needs. Closure Templates support JavaScript and Java and use a data model and expression syntax that works for either language. You can also use the built-in message support to easily localize your applications.

Javascript-techniques-46 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

Useful jQuery Plugins

TipTip jQuery Plugin
TipTip detects the edges of the browser window and will make sure the tooltip stays within the current window size. As a result the tooltip will adjust itself to be displayed above, below, to the left or to the right of the element with TipTip applied to it, depending on what is necessary to stay within the browser window. TipTip is a very lightweight and intelligent custom tooltip jQuery plugin. It uses ZERO images and is completely customizable via CSS. It’s also only 3.5kb minified!

Javascript-techniques-65 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

jQuery Roundabout
Roundabout is a jQuery plugin that converts a structure of static HTML elements into a highly customizable turntable-like interactive area. (And now, not just turntables, but many shapes!)

Javascript-techniques-69 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

jParse – jQuery XML Parse Plugin
jParse is a jQuery plugin that allows you to parse XML that was fetched with the jQuery .ajax method (making it fully customizable).

Javascript-techniques-72 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

jQuery Quicksand plugin
Reorder and filter items with a nice shuffling animation.

Javascript-techniques-48 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

typeQuery, change website typography with jquery
typeQuery gives the flexibility to change the font-family for everything you define with class, id, or tag, this example is referring to the selected item on a select object with id=”tag” and the font-family value at select object with id=”family”: $($("#tag").val()).css("font-family", $("#family").val());

Javascript-techniques-70 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

Flip! A jQuery plugin v0.9.9
Flip is a jQuery plugin that will flip easily your elements in four directions.

Javascript-techniques-55 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

Data Encryption With JavaScript: jCryption
jCryption is a jQuery plugin for encrypting POST/GET data submitted by forms. It uses public-key algorithm of RSA for the encryption & has a PHP file for handling the decryption of data.

Javascript-techniques-24 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

Minimalist jQuery: 11 useful plugins under 4K
jQuery makes our lives easier. So much so that it’s tempting to use it all the time, inadvertently slowing our page load times (cue YSlow and Hammerhead). Combining, compressing, and delivering scripts at the end of your page helps in the HTTP request department. On the file size front, below are jQuery plugins that give solid bang for your performance buck.

Javascript-techniques-79 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

Undo/Redo in jQuery
An easy-to-use plugin for adding undo/redo capabilities to a jQuery application. It is based loosely on the Objective-C/Cocoa way of doing things.

Javascript-techniques-81 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

editease
editEase – jQuery CMS | no fuss, no database, no worries

Javascript-techniques-78 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

jsHub
jsHub is a single piece of JavaScript (a “tag”) that can handle reading different sorts of page information and then send them to many different vendors’ products. One piece of code to send to Google Analytics, Omniture SiteCatalyst, WebTrends and Mixpanel. Instead of one piece of JavaScript per vendor, jsHub has a single piece of code (the “hub”) and plugins that know how to translate into the required wire protocol for each vendor. Vendors only maintain the plugin for their product.

Javascript-techniques-22 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

Educational JavaScript Resources and Tutorials

Caffeinated Simpleton
JavaScript is an amazing little language, but it’s got some quirks that turn a lot of people off. One of those quirks is this, and how it’s not necessarily what you expect it to be. this isn’t that complicated, but there are very few explanations of how it works on the internet. This article is an attempt to explain how this works and how to use it properly.

Javascript-techniques-07 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

What You Need To Know About JavaScript Scope
This article discusses how JavaScript handles scope and how various JavaScript libraries provide methods for dealing with it and how they smooth out a few bumps. We’ll also look at how you can get back to basics and do some interesting scope wrangling without a library, a useful approach if you’re writing code that needs to stand alone.

Javascript-techniques-25 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

Learning Advanced JavaScript
A very nice tutorial to learn JavaScript, containing code and discussion from the upcoming book Secrets of the JavaScript Ninja by John Resig.

Javascript-techniques-30 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

Highlight search terms automagically with JavaScript and mark
Script surrounding the search term(s) with the mark element rather than a span, although the class searchword is retained in case you want to style these marks differently from others. In the CSS, the rule article mark is just added to turn it a gentle shade of pink.

10 Really Helpful Traversing Functions in jQuery
With jQuery, selecting HTML elements is laughably easy. But at times, we may wish to further refine the selection, which can be a hassle when the HTML structure is complicated. In this tutorial, we’ll explore ten ways that we can refine and extend a set of wrapped elements that we wish to operate upon.

Javascript-techniques-74 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

Using keyboard shortcuts in Javascript
If you want to enhance your web app, Javascript keyboards shortcuts is definitely something to consider. In this article, you’ll learn to use JS keyboard shortcuts, with and without the JQuery framework.

Javascript-techniques-29 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

Code Conventions for the JavaScript Programming Language
This is a set of coding conventions and rules for use in JavaScript programming.

Javascript-techniques-31 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

jQuery – Select element cheat sheet
This cheat sheet helps you to find the index of a selected option, set the selected option by value, set the selected option by text, insert a new option before or after another and get the text or value of the selected option.

Javascript-techniques-76 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

Compare JavaScript frameworks
Modern Web sites and Web applications tend to rely quite heavily on client-side JavaScript to provide rich interactivity, particularly through the advent of asynchronous HTTP requests that do not require page refreshes to return data or responses from a server-side script or database system. In this article, you will discover how JavaScript frameworks make it easier and faster to create highly interactive and responsive Web sites and Web applications.

Javascript-techniques-77 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

Park your Horse, Code Cowboy: Professional JavaScript Workflows, Part 1
In this series, we’ll talk about tools & techniques you can use to cover those No’s, and cut a lot of strife & embarrassment from your JavaScript experience.

Javascript-techniques-47 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

JavaScript Reference examples (example source code)
JavaScript Reference examples, organized by Objects, Properties, Methods & Collections. Some Event Handlers Reference are also available.

Javascript-techniques-20 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

JavaScript best practices
A compilation of best practices and good advice I’ve amassed over the years, much of it learnt the hard way (experimentation and suchlike). Take the advice below to heart and keep it in a part of your brain that has a quick access route so you can apply it without thinking about it. I am sure you will find things to disagree with, and that is a good thing – you should question what you read, and strive to find better solutions. However, I have found that following these principles has made me a more effective developer and allowed other developers to build upon my work more easily.

Javascript-techniques-15 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

wtfjs
JavaScript is a language we love despite it giving us so much to hate. This is a collection of those very special irregularities, inconstancies and just plain painfully unintuitive moments for the language of the web.

Javascript-techniques-41 in 45 Fresh Useful JavaScript and jQuery Techniques and Tools

Related Posts

You may be interested in the following related posts:

Poll


The team here at Smashing Magazine. Mostly Sven & Vitaly.

36

Tags: , ,

Advertising
  1. 1
    MrUndo
    March 12th, 2010 7:16 am

    Finally! I was really waiting on one these nice summaries of good jQuery techniques… Thanks!

    edit: The one’s with pretty radio buttons, magicline and flip! are awesome..

    • 2
      designfreek
      March 12th, 2010 9:07 am

      indeed dude ! After long time we had a jquery round up. I love quicksand most. Moreover i find really unkown jquery plugins http://www.webdeveloperjuice.com/2010/03/12/9-jquery-plugins-you-probably-havent-seen/
      My favr8 quicksand is also listed here :)

      • 3
        MrUndo
        March 13th, 2010 8:54 am

        Yeah, I had seen Quicksand in another blog a while ago…also an amazing plugin.
        Thanks for the link. Some good plugins in there as well.

    • 4
      macherif
      March 28th, 2010 7:51 pm

      why nothing about Extjs ??
      No tutorial?!

    • 5
      Alex
      April 6th, 2010 6:56 am

      An PHP image upload tutorial with the “mime-type”, also a simple search function is a good way to create a new tutorial.

  2. 6
    culvi
    March 12th, 2010 7:28 am

    Yes, this is a good post. Always great to see what/how jQuery is changing web interactivity. Thanks SM

  3. 7
    Jepser
    March 12th, 2010 7:46 am

    amazing post, very useful! i liked the labels’ one! keep going!

  4. 8
    Batfan
    March 12th, 2010 8:09 am

    Great article, SM!

  5. 9
    Rodrigo Acevedo
    March 12th, 2010 8:22 am

    Wow! i can`t close my mouth! ..
    This was an amazing post about Jquery …
    Thanks :D

  6. 10
    rajasegar
    March 12th, 2010 8:47 am

    Nice article, great collection, looks like an army of jquery plugins…

  7. 11
    Gláuber Kélvin
    March 12th, 2010 9:51 am

    Gostei da lista. Vai me ajudar e muito!! ;D BRASIL

  8. 12
    Maicon Sobczak
    March 12th, 2010 10:20 am

    Useful list. jQuery is very powerful in its simplicity.

    • 13
      Xanti SS
      March 12th, 2010 11:23 am

      jQuery is certainly not simple… It’s 50kb and most of the functions call other “factory” functions.

  9. 14
    bill
    March 12th, 2010 10:24 am

    Shoulda mentioned the jQuery before/after from catchmyfame.com

  10. 15
    Paloran
    March 12th, 2010 11:34 am

    Yeah, this is WEB 2.0! Thanks you very much for such great articles.
    Greetings from Germany!

  11. 16
    Celalettin Akın
    March 12th, 2010 12:06 pm

    Yes, yes. These are really very useful.

  12. 17
    Shin
    March 12th, 2010 12:30 pm

    This is amazing, thank you so much for putting this together.

  13. 18
    PixilTV
    March 12th, 2010 2:33 pm

    Fantastic list, bookmarked!

  14. 19
    nick Burd
    March 12th, 2010 7:34 pm

    Great post. I’m currently learning JS, and its the HARDEST thing ever. lmao.

    I have used jQuery several times, but this coding from scratch thing is the pits. :D

  15. 20
    Hastimal Shah
    March 12th, 2010 8:05 pm

    Thanks for Sharing.
    It was great collection. So many new things for me in jquery.

  16. 21
    phongptdesign
    March 12th, 2010 9:05 pm

    I just start learning Javascript, it’s very complicated for me, this collection is really useful. Thanks for sharing.

  17. 22
    Rajnikant
    March 12th, 2010 9:59 pm

    nice collection, good to read

  18. 23
    wwebz
    March 12th, 2010 11:13 pm

    Hey

    Thanks for sharing such great content.

  19. 24
    zur4ik
    March 12th, 2010 11:16 pm

    Thanks :)

  20. 25
    Jeremy
    March 13th, 2010 1:03 am

    It is for the sake of this kind of posts I keep reading Smashing Magazine. Great!

  21. 26
    Lucifix
    March 13th, 2010 2:04 am

    Does anyone know any jQuery plugin similar like Gmail, when you change any input in form and want to go on any other page, script warns you that didn’t save changes (unless you click on submit button)?

    • 27
      linoj
      March 15th, 2010 6:21 pm

      Lucifix: I use dirtyform.js

  22. 28
    Luca
    March 13th, 2010 2:40 am

    Too much jquery here. Mootools too, needs attention.

  23. 29
    Sascha
    March 13th, 2010 3:18 am

    Thanks for that.

  24. 30
    zhangxinxu
    March 13th, 2010 7:05 am

    So great the article is! It’s very helpful for me~~

  25. 31
    Maor Hazan
    March 13th, 2010 7:13 am

    Thanks for this in depth article! Really useful!

  26. 32
    Carl Rosekilly
    March 13th, 2010 8:48 am

    Nice post!

    Gives me some great ideas as a designer knowing that certain techniques can be now incorporated into the build.

  27. 33
    Alpesh Darji
    March 13th, 2010 11:29 am

    Few in the beginning are fascinating. Thanks for sharing.

  28. 34
    designebookcover
    March 13th, 2010 11:39 am

    thanks for this great tips

  29. 35
    Colorado Wedding Photographer, JasonG
    March 13th, 2010 11:58 am

    Thank you for these…using a lot of jquery lately in my site design.

  30. 36
    Dan
    March 13th, 2010 2:05 pm

    Amazing Post!

    Thanks so much!

  31. 37
    beben
    March 13th, 2010 2:07 pm

    its awesome…wow

  32. 38
    abc
    March 13th, 2010 11:32 pm

    Testing

  33. 39
    Natrium
    March 14th, 2010 1:53 am

    Ketchup Plugin does not work good at all. It has js-errors in the librabry itself. I tried to leave a word on their page, but they just delete it.

  34. 40
    Harris
    March 14th, 2010 1:56 am

    Sorry, this just looks like you put all the random jquery bookmarks you had into one post.

  35. 41
    Sahra
    March 14th, 2010 6:08 am

    Thank you SM for amazing article

  36. 42
    Ahmad Ali
    March 14th, 2010 7:11 am

    Thanks for the post ilike all about jQuery ,, but anyone now how to create image slideshow gallery like http://lodjixmedia.net/ iam confused to mix fade in effect with autoplay my site always not show the fade in effect !! anyone can help me please

  37. 43
    bBoy
    March 14th, 2010 10:22 am

    I’m loving cssDesignerGrid, certainly helps with page layout when designing!

  38. 44
    Jon
    March 14th, 2010 10:28 am

    I particularly like the way you’ve used an image of PHP code for an illustration for the “What you need to know about Javascript scope” educational material…

    Thanks guys :)

  39. 45
    Luli
    March 14th, 2010 12:31 pm

    Great post!

  40. 46
    Cre8ive Commando
    March 14th, 2010 4:12 pm

    Nice post. Would have liked to have seen some image slideshows in there too. =)

  41. 47
    Asim Craft
    March 14th, 2010 4:51 pm

    Nice post, these are very useful plugins. It is also some very cool ones that i havent seen before on http://www.vectornpixel.com , check it out. They have some cool image sliders

  42. 48
    Little_Hobbits
    March 14th, 2010 5:38 pm

    wow! This is really useful .Thanks

  43. 49
    KALLON
    March 14th, 2010 11:40 pm

    this is article is more than amazing

    its helpful and comperhansive

    thanks alot

  44. 50
    Johan Möller
    March 14th, 2010 11:49 pm

    Your writing way to little about asp.net its like it dont even exists to you guys ^^. Even if you like it or not theres alot of big clients requesting it. Personally i realy like the open source CMS Umbraco built on it. Its simple and yet very flexible.

  45. 51
    wespai
    March 15th, 2010 1:21 am

    nice I love it

  46. 52
    Stephen Bliss
    March 15th, 2010 6:13 am

    Very nice—but I’m a MooTools guy. It’s easy enough to translate these techniques to MooTools—it’s more the interactive solutions that are of interest here. I guess the MooTools vs JQuery debate is another one of those Mac vs PC, Joomla vs Drupal, Coke vs Pepsi things that probably benefits everyone in the end.

  47. 53
    afraz
    March 15th, 2010 9:42 pm

    hmmmm,

    Smashing is wasting it’s time. All these stuff are just one click away from browser’s google search box. I think smashing should produce really really smashing contents otherwise it will no more be smashing.

    Thanks

  48. 54
    noel
    March 15th, 2010 9:50 pm

    stunning samples… thanks…

  49. 55
    Jamie
    March 16th, 2010 6:05 am

    Sweet! Another list of jQuery plugins on Smashing Magazine, how refreshing! /s

    Does anyone bother to learn how to do anything on their own anymore, or is it just easier to grab yet another poorly written plugin and pretend you understand whats going on.

  50. 56
    Tim Norton
    March 16th, 2010 6:39 am

    @Jamie fake it ’til you make it :)

    Awesome list, going to read everything in here.

  51. 57
    steve
    March 16th, 2010 11:33 am

    nice jquery tools some of them I saw used at jquery templates flashmint.com/show-type-jquery.html

  52. 58
    logudotcom
    March 16th, 2010 8:15 pm

    Great Thanks

  53. 59
    Rahul
    March 16th, 2010 8:39 pm

    What a great article!!!! thanks a ton for sharing….

  54. 60
    praveen
    March 16th, 2010 10:10 pm

    hey pals,

    this is one of the best article i have gone through… thanks for sharing.

  55. 61
    elf
    March 17th, 2010 3:08 am

    Cool article, as usualy!.. tx

  56. 62
    Andy Griffiths
    March 17th, 2010 7:07 am

    A lot of content here to try out on some of my own projects, thanks alot.

  57. 63
    Ramesh
    March 17th, 2010 9:38 pm

    Awsome…. quite fresh and new techniques…!!!

  58. 64
    Radek
    March 18th, 2010 5:13 am

    And again… under, what you need to know about javascript scope, the wrong picture is used. Please, please learn the difference between PHP and JavaScript.

    Nice article by the way!

  59. 65
    Achint Verma
    March 19th, 2010 3:16 am

    Great Resource …..

  60. 66
    Munnabhai- Dhanashree Inc
    April 5th, 2010 3:09 am

    Nice jquery tools some of them I used, This is really useful .Thanks

    From :
    Munnabhai – Dhanashree Inc

  61. 67
    Website Design
    April 5th, 2010 4:42 pm

    Great roundup of more javascript tools… keep em coming!

  62. 68
    len
    April 5th, 2010 10:19 pm

    this is amaizing blog

  63. 69
    Vinicius
    May 2nd, 2010 4:31 pm

    Great post. Very useful. Thanks for sharing.

    PS: It seems that the Date/Time Picker uses the prototype framework instead of jquery.

  64. 70
    wynajem
    June 27th, 2010 5:52 am

    Nice collection of tools;)

  65. 71
    Aman
    August 8th, 2010 11:04 pm

    Cool List!!

    I created myself a jquery plugin. It would be cool.

    please see here:-
    http://jquery13.blogspot.com/2010/08/with-jquery-becoming-ever-more-popular.html

    Best Regards
    Aman

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