Welcome To Snipplr


Everyone's Recent JavaScript Snippets Tagged jquery



1 ... 7 8 9 10 11 ... 15
The AJAX Libraries API is a content distribution network and loading architecture for the most popular, open source JavaScript libraries.
1 646 posted 13 years ago by jonkemp
Although $(document).ready is incredibly useful, it occurs during page render while objects are still downloading. You can reduce CPU utilization during the page load by binding your jQuery functions to the $(window).load event, which occurs after al...
2 538 posted 13 years ago by jonkemp
Use chaining in jQuery to reduce the code size and gain better performance.
0 521 posted 13 years ago by jonkemp
This requires jQuery. The script checks to see if default text is present in a text field on focus. If it is, then it clears the text. Otherwise, it leaves user entered text intact. This is normally used for a search box.
0 640 posted 13 years ago by jonkemp
Animated countdown in jQuery.
1 529 posted 13 years ago by jaff
Better than previous version. You don't have to mark up your links with 'rel=external'.
0 622 posted 14 years ago by lancemonotone
0 538 posted 14 years ago by errkk
0 434 posted 14 years ago by davidhellmann
1 655 posted 14 years ago by freelancephp
1 611 posted 14 years ago by wdso
This plugin allows you to collapse the inner text so that it adjust into specific width or container width.
1 892 posted 14 years ago by jaff
Amazing form validator using the jQuery framework!
1 619 posted 14 years ago by jaff
Dropdown navigation is fairly inaccessible as it depends on hover events in 99.9% of cases. Tabbing through the navigation with the keyboard fails to reveal the dropdowns leaving those navigation items virtually inaccessible. Worse, each of the hidde...
0 1609 posted 14 years ago by chrisdpratt
0 483 posted 14 years ago by anebg
Looked for a simple, efficient cross-fading script that does it properly without fading to the background color. This script uses z-indexes to prevent the background from ever showing, creating a smooth fade.
0 497 posted 14 years ago by relaxasaurus
1 ... 7 8 9 10 11 ... 15