Welcome To Snipplr
You searched for: http
Everyone's Recent JavaScript Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
ResponsiveBootstrapToolkit : https://github.com/maciej-gurban/responsive-bootstrap-toolkit
0
1209
posted 9 years ago by dhjapan
When creating a new https://codepad.co/ snippet, the default language will be set to 'JavaScript'.
0
1204
posted 9 years ago by avansare
https://www.chrisjmendez.com/2015/01/22/js-turn-image-into-vector-art-silhouette/
0
1563
posted 10 years ago by chrisaiv
With publicly available information and a little math it is possible to not only validate a given card number, but to determine the financial institution that issued the card, the type of industry the issuer belongs to, the actual account number and...
0
1458
posted 10 years ago by geneticcode
https://www.chrisjmendez.com/2014/11/27/js-proper-global-variables/
0
976
posted 10 years ago by chrisaiv
https://www.chrisjmendez.com/2014/09/18/wordpress-change-admin-e-mail-to-new-users/
0
1212
posted 10 years ago by chrisaiv
https://www.chrisjmendez.com/2014/09/18/wordpress-change-admin-e-mail-to-new-users-example-1/
0
1291
posted 10 years ago by chrisaiv
https://www.chrisjmendez.com/2014/09/13/wordpress-upgrade-an-old-jquery/
0
992
posted 10 years ago by chrisaiv
From @blixt http://stackoverflow.com/users/119081/blixt
As you can see, the classes correctly interact with each other (they share the static id from MyClass, the announce method uses the correct get_name method, etc.)
One thing to note is the...
1
1125
posted 11 years ago by rickygri
More info: http://stackoverflow.com/questions/10908562/is-there-something-similar-to-window-load-for-executing-a-function-after
0
1168
posted 11 years ago by rickygri
Useful trick from css tricks blog at http://css-tricks.com/snippets/jquery/fixing-ie-z-index/
0
1174
posted 12 years ago by rumremix
Any valid json object will be recursively traversed building a nested unordered list of its properties and their values. This example parses the json entered in the text area into an object that is passed to the json_tree() function. I use the twit...
0
1367
posted 12 years ago by halk
Code from https://snipt.net/geekyjohn/get-url-param/ updated so that most jslint issues are resolved, and updated the return to use a guard condition instead of a separate if statement.
1
1407
posted 12 years ago by pmw57
Simulate the $_GET array from php in javascript to get url parameters this way:
url= http://localhost/?var1=example
$_GET['var1'] will return "example"
Just copy and paste the code.
2
1355
posted 12 years ago by sergiazow
The following javascript allows your to embed a video as a overlay on any HTML page. The script needs to be added in the head or external file, and the div tag needs to be placed on the page where you want the video image to show up.
Another optio...
0
1078
posted 12 years ago by ptlrikin
Write a given number in words - Escreve um número por extenso. Write in Brazilian Portuguese, sorry for english or other language guys but it can be adapted.
Write from 1 to 9999
Based on a forum in http://scriptbrasil.com.br/forum/index.php?...
0
1451
posted 12 years ago by glauberportella
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
1109
posted 12 years ago by evshell18
Fooman GoogleAnalyticsPlus:
http://www.magentocommerce.com/magento-connect/fooman-googleanalyticsplus.html
The key to seeing the different steps in your checkout is ensuring a page view is triggered each time one of the sections of the checkout i...
1
1348
posted 13 years ago by TheJasonParker
You will need to get an account at [GrabzIt](http://grabz.it) once you have this you need to add your [authorized domain](http://grabz.it/account/domains.aspx) this stops people using your account resources.
Then get your [application key](http://...
0
1008
posted 13 years ago by Maximus1983
The below script list out the available tags based on the character you enter in the Tag field and the available tags in the array. All the user submitted tags through the Tag form will be stored in an array. Use the below script to enable the auto-c...
1
997
posted 13 years ago by aruldave
Usage:
<a href="http://www.whaterver-your-site-is-called.com/" rel="external">Some other site</a>
0
1225
posted 13 years ago by Krummelz
Скрипт "Материализатор", Ñнабжающий Ñочным подтекÑтом любой текÑÑ‚. Выкладываю здеÑÑŒ, поÑкольку ÑÑылки на [оригинальном Ñайте](http://lleo.me/dnev...
0
869
posted 13 years ago by certainlyakey
http://stackoverflow.com/questions/3628649/javascript-self-contained-sandbox-events-and-client-side-stack
0
994
posted 13 years ago by ultranaut
found the solution here: http://stackoverflow.com/questions/2790001/fixing-javascript-array-functions-in-internet-explorer-indexof-foreach-etc
0
794
posted 13 years ago by pixelatorz
Thanks to http://www.mredkj.com/javascript/numberFormat.html#addcommas
0
839
posted 13 years ago by fengelz
Descripción: Valida los campos de fechas que requieren tienen un lÃmite máximo enviados por la función validaForm-->http://snipplr.com/view/58245/funcin-validaform-para-validar-formularios-con-parmetros-xml-y-nombres-de-clase/. En el caso de que...
0
796
posted 13 years ago by alberomo
Descripción: Valida los campos de fechas que tienen un lÃmite mÃnimo enviados por la función validaForm-->http://snipplr.com/view/58245/funcin-validaform-para-validar-formularios-con-parmetros-xml-y-nombres-de-clase/. En el caso de que no sea val...
0
830
posted 13 years ago by alberomo
This requires my [date formatting script](http://snipplr.com/view/54806/javascript-date-formatting/).
(date).toISO() converts the Date object to an ISO 8601 string
Date.fromISO() converts an ISO 8601 string to a Date object
0
1202
posted 13 years ago by wizard04
Descripción: Valida los campos de fechas que requieren ser comparados (una fecha posterior a la otra) enviados por la función validaForm-->http://snipplr.com/view/58245/funcin-validaform-para-validar-formularios-con-parmetros-xml-y-nombres-de-clas...
0
961
posted 13 years ago by alberomo