Welcome To Snipplr


Everyone's Recent JavaScript Snippets Tagged jquery



Allows the ability to fill City and State fields in CRM 2011 based on the value of a Zip Code field (and optionally Country). Requires JQuery and JSON Uses Yahoo geocode service Originally written by Bill Caldwell ( http://dynamicscrmdenver...
1 1593 posted 13 years ago by evshell18
Use this no-conflict wrapper instead of the default ready function in JQuery to initialize scripts in your Drupal 7 theme
0 1356 posted 13 years ago by chasecrawford
Extend jQuery :selector types Ex: $("input:text") $("input:email")
1 1447 posted 13 years ago by inreflection7
I am having an issue making the div stay opened when it gets animated
0 1203 posted 13 years ago by skeletor1101
Via @lmgalmeida Usage: data-src="image.jpg" src="loader.gif" $("img").unveil();
0 1487 posted 13 years ago by digitalclubb
0 1421 posted 13 years ago by paul0078
0 1189 posted 13 years ago by paul0078
0 1122 posted 13 years ago by paul0078
0 1187 posted 13 years ago by paul0078
0 1353 posted 13 years ago by paul0078
0 1174 posted 13 years ago by paul0078
0 1450 posted 13 years ago by paul0078
0 1199 posted 13 years ago by paul0078
0 1187 posted 13 years ago by paul0078
2 1168 posted 13 years ago by paul0078
0 1209 posted 13 years ago by pruntrut
This little Gem allows me to click a link on the page automatically a few seconds after the page loads.
1 1293 posted 13 years ago by gera3d
This prepends a `#` if it's not already there. Useful when doing jQuery selectors.
0 1044 posted 13 years ago by EvanHahn
Grab jQuery library from Google's CDN this way its faster, burns Google's bandwidth and not yours. Also users will have this cached if other sites are using it as well. Downside of course is Google's servers do go down. This script will check if...
1 1477 posted 13 years ago by cyberpunkstudio
Usually when working with form you use a server to handle it, and if your doing it entirely in javascript no reload is required, but what if you wanted to take the information and use it in a javascript on another page, completely client side. I had...
0 2722 posted 13 years ago by FatFolderDesigner
Go through all the authors of a wordpress import and make them the same as the previous authors (Wordpress 3.3).
0 1337 posted 13 years ago by jcottrell
Delete a page of wordpress posts with one click ("Run" in Firebug or Developer Tools)
0 1169 posted 13 years ago by jcottrell
Use CDN if online. Fallback to local version if offline.
0 1533 posted 14 years ago by caruso_g
Change the text of the jquery cycle pager element. By default is is 1, 2, 3 etc but you can change this to text via a variable
1 1621 posted 14 years ago by i-am-andy
Default adapter saves to DOM.
0 1237 posted 14 years ago by stur
This can be put into a utility class in your ASP.NET project and put onto the page with ScriptManager.RegisterStartupScript(). The script alters the ASP.NET __VIEWSTATE value which somehow validates requests; if you leave it out the popup wont work.
0 1229 posted 14 years ago by Krummelz