Welcome To Snipplr


Everyone's Recent JavaScript Snippets Tagged jquery



originally posted by penguin999 here: http://snipplr.com/view/3372/radio-button-values-using-jquery/
2 1014 posted 15 years ago by omixen
Ability to change/add attributes to HTML using JQuery
1 487 posted 15 years ago by davebowker
1 563 posted 15 years ago by iTony
https://www.chrisjmendez.com/2008/10/18/jquery-detecting-a-browser-resize/
8 1118 posted 15 years ago by chrisaiv
https://www.chrisjmendez.com/2008/10/18/jquery-common-browser-sniffing/
6 739 posted 15 years ago by chrisaiv
Use by inserting the following in the head. <script> $(document).ready(function() { $("input").toggleVal(); }); </script>
0 869 posted 15 years ago by davebowker
setting additional css file for browsers under MacOS with JQuery
0 597 posted 15 years ago by DesTincT
Update: Fixed a bug at the basic click() function.
1 536 posted 15 years ago by Wiederkehr
0 515 posted 15 years ago by trey
5 726 posted 15 years ago by trey
jQuery Plugin for returning selected DOM Nodes in DOM order. e.g. $('img.L,img.Y') will not be guaranteed DOM order (usually all the L's then all the Y's). Currently only works with IE and FF (that's all I needed).
1 684 posted 15 years ago by kouphax
Two different ways to open an external link (ones that start in http) in a new window. I know this isn't a great thing to do, but some clients _need_ to have it.
3 1105 posted 15 years ago by 1man
this requires jquery.js, jquery.metadata.js, and jquery.validate,js
2 688 posted 15 years ago by bcalloway
jQuery Sketch Plugin
1 669 posted 15 years ago by gfazioli
Borrowed from Ajaxian, url is above.
0 621 posted 15 years ago by mikegreen
https://www.chrisjmendez.com/2008/09/21/jquery-ensure-that-at-least-one-checkbox-is-selected/
4 769 posted 15 years ago by chrisaiv
For user-friendly animations on hover event. Prevents repeating animations when hovering object many many times. Example needs "jquery.color" plugin for color animations. But you can use any animations you want.
0 567 posted 15 years ago by DesTincT
jQuery script for navigation image rollovers
6 608 posted 15 years ago by bcalloway
2 661 posted 15 years ago by crazylion
Uses jQuery to add a class to odd table rows, for purposes of alternating colors, etc.
1 667 posted 15 years ago by breakerjump
Can use without jquery
2 1063 posted 15 years ago by DesTincT
1 680 posted 15 years ago by Juego