Welcome To Snipplr


Everyone's Recent jQuery Snippets Tagged javascript



1 2 3 4 5 6 Next »
If you ever need to list all the internal functions of JQuery without the use of googling. You can always use the following command with firebug.
1 1080 posted 16 years ago by chrisjlee
Version differs slightly from the demo, as the src for the thumbnail image is a child of the demo example, so has been slightly modified.
0 1144 posted 16 years ago by davebowker
Used here: http://www.criteriondg.info/wordpress
1 913 posted 16 years ago by Skeku
I made an absolute tinny code to find the highest z-index of absolute DIV to show my shouting box and to make it appear absolutely at the top of all html elements. I used selector of ”body > *‘ instead of ‘body *‘. ”body > *‘ means...
2 1347 posted 16 years ago by adnan
Hi, all, this is the "checkFunction" extension for jQuery. This extension takes two parameters: 1. fPointer This parameter is the "possible" function to check 1.1 This parameter can be a String that is a function poi...
1 950 posted 16 years ago by amischol
1 1172 posted 16 years ago by conspirator
1 1035 posted 16 years ago by demixo
1 1021 posted 16 years ago by Uzbekjon
This script preloads images in your document or lets your to preload images by their url and insert or append them in your DOM tree later.
5 1112 posted 16 years ago by Uzbekjon
This was not written by me, but Jeffrey Olchovy. I uploaded it here because his blog messes up the quotes.
10 1466 posted 16 years ago by oscargodson
Lets you get YouTube video scene images by video id or youtube video url using only javascript OR jQuery.
5 2259 posted 16 years ago by Uzbekjon
jquery ui/tabs initiation ensures screenreaders can focus content when selecting tabs. Tested using Jaws 8.
3 892 posted 16 years ago by terrencewood
Converts a standard select box to a clickable image thumbnail list. <code> &lt;select&gt; &lt;option&gt;/images/test1.jpg&lt;/option&gt; &lt;option&gt;/images/test2.jpg&lt;/option&gt; &lt;/select&gt; &lt;script&gt; $('#image').imageSelect();...
1 1129 posted 16 years ago by ping_ch
This little piece of code will convert to US phone format, as typed. Eg, As the number "0000000000" was typed, it would convert it to (000)-000-0000.
6 4034 posted 16 years ago by xtheonex
If you have a lot of javascript you need to load to make your page work, but don't want to load all of it before the user sees your page, you can use this handy script to backload it all.
4 1178 posted 16 years ago by garside
1 2 3 4 5 6 Next »