Welcome To Snipplr
Everyone's Recent jQuery Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
As of my ongoing preparation for the 1K tweet :) I was interested to see the 1000th tweet from some friends timeline. And when I didn't find an existing method, I thought I could write few jQuery lines to solve this..
1
969
posted 13 years ago by mikemore
Simple jQuery script to display Twitter trending stories of your website and their Twitter trackbacks by combining 2 of my jQuery plugins - Popular on Twitter Widget & Twitter Trackbacks Widget.
[Read more](http://www.moretechtips.net/2010/10/combin...
1
641
posted 13 years ago by mikemore
This is a customized jQuery drop down menu that displays sub-menus upon hover with delay before returning to active tab.
0
842
posted 13 years ago by allproweb
If your sortable.serialize() method doesn't work properly, do it by yourself ;-)
0
458
posted 14 years ago by bLeveque
Description: If this method is called, the default action of the event will not be triggered.
For example, clicked anchors will not take the browser to a new URL. We can use event.isDefaultPrevented() to determine if this method has been called by...
1
881
posted 14 years ago by lamebollock
Code to add Google-hosted jQuery UI library to site. See styles and documentation at http://jqueryui.com/
1
795
posted 14 years ago by cviolette
jQuery to make Joomla-format menu dropdowns appear on hover. Change "#mainnav" to menu container selector.
1
834
posted 14 years ago by cviolette
Code to add Google-hosted jQuery to site. Includes noConflict to avoid conflicts with other libraries.
0
758
posted 14 years ago by cviolette
On focus, remove text inside input containing a title, put it back if it has not change
0
583
posted 14 years ago by touffies
Get all the links and check if there's a rel attribute external, if not, compare href to the current domain name.
0
649
posted 14 years ago by touffies
This function will find elements with your default classOver and will change the file name to add _ro into it.
ie: filename.gif -> filename_ro.gif
0
584
posted 14 years ago by touffies
Custom dropdown field, replace defaut dropdown style with custom design.
This function does not replace the select field.
1
874
posted 14 years ago by touffies