In a similar vain to the c# extension topic on SO It would be great if we could pull together a whole host of useful jQuery function extensions.
Please Note the idea is to have short snippets of code not full blown well known plugins or ui widgets
|
In a similar vain to the c# extension topic on SO It would be great if we could pull together a whole host of useful jQuery function extensions. Please Note the idea is to have short snippets of code not full blown well known plugins or ui widgets |
|||||||||||
|
|
|||||||||||||
|
|
you can use this to see if a selector exists.
|
||||
|
|
|
Interprets absolute URLs on the page as external links, and sets them to open in a new tab and to have friendly title & class for specific styling.
|
||||
|
|
|
The validation plug-in is awesome. Used it in an ASP.NET MVC app to dynamically validate stuff on the client using ajax...even returned custom error messages based on the users input...very cool. |
||||
|
|
|
Quick and easy AJAX: The following allow you to make anchors like
which do an AJAX query on the
|
||||
|
|
|
http://plugins.jquery.com/ hosts all manner of plugins, both large and small, and will be a much more comprehensive and useful resource than this thread could ever be, sorry. |
||||
|
ah I'm a bit away of the initial question but if there is the "get/set an id" snippet, then I have some code to create unique ids :
|
||||
|
|
|
Extending selectors, i.e. writing your own custom selectors. Here is a sample for two:
|
||||
|
|
|
Just a shortcut to get/set the ID of an element.
It's jID on the jQuery plugins site. |
|||||
|