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 654 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 545 posted 13 years ago by jonkemp
Use chaining in jQuery to reduce the code size and gain better performance.
0 527 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 648 posted 13 years ago by jonkemp
Animated countdown in jQuery.
1 546 posted 14 years ago by jaff
Better than previous version. You don't have to mark up your links with 'rel=external'.
0 634 posted 14 years ago by lancemonotone
0 548 posted 14 years ago by errkk
0 443 posted 14 years ago by davidhellmann
1 670 posted 14 years ago by freelancephp
1 620 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 903 posted 14 years ago by jaff
Amazing form validator using the jQuery framework!
1 633 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 1630 posted 14 years ago by chrisdpratt
0 492 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 504 posted 14 years ago by relaxasaurus
1 ... 7 8 9 10 11 ... 15