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 648 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 540 posted 13 years ago by jonkemp
Use chaining in jQuery to reduce the code size and gain better performance.
0 525 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 644 posted 13 years ago by jonkemp
Animated countdown in jQuery.
1 535 posted 14 years ago by jaff
Better than previous version. You don't have to mark up your links with 'rel=external'.
0 627 posted 14 years ago by lancemonotone
0 542 posted 14 years ago by errkk
0 438 posted 14 years ago by davidhellmann
1 659 posted 14 years ago by freelancephp
1 613 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 895 posted 14 years ago by jaff
Amazing form validator using the jQuery framework!
1 626 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 1616 posted 14 years ago by chrisdpratt
0 484 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 498 posted 14 years ago by relaxasaurus
1 ... 7 8 9 10 11 ... 15