Welcome To Snipplr
Everyone's Recent jQuery Snippets Tagged jquery
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
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
908
posted 14 years ago by mikemore
This is a method to delay drop down event with jQuery menus.
0
1269
posted 14 years ago by allproweb
This is a customized jQuery drop down menu that displays sub-menus upon hover with delay before returning to active tab.
0
1205
posted 14 years ago by allproweb
If your sortable.serialize() method doesn't work properly, do it by yourself ;-)
0
695
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
1318
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
1204
posted 14 years ago by cviolette
jQuery to make Joomla-format menu dropdowns appear on hover. Change "#mainnav" to menu container selector.
1
2024
posted 14 years ago by cviolette
Code to add Google-hosted jQuery to site. Includes noConflict to avoid conflicts with other libraries.
0
1094
posted 14 years ago by cviolette
On focus, remove text inside input containing a title, put it back if it has not change
0
872
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
948
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
813
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
2053
posted 14 years ago by touffies
Split a single phone number input field into 3 small input fields and create an hidden field for validation and keep server side variable name.
0
1341
posted 14 years ago by touffies
Hello,
I have been developing with jQuery for just over a year now, I thought I would share something with you that I have found pretty time saving over the past few months.
If you have ever had javascript conflicts due to several different jav...
2
1086
posted 14 years ago by mike-tempest