Welcome To Snipplr


Everyone's Recent JavaScript Snippets Tagged javascript



based on the NappScrollViewExtended module (it is good but couse my app some problem)
0 479 posted 10 years ago by boardmain
Returns the differencia in days between tw dates
0 646 posted 10 years ago by agarcim
Functions to add, get y remove CSS rules
0 513 posted 10 years ago by agarcim
Con este esquema puedes crear objetos instanciables en Javascript usando jQuery. Su uso es muy simple, sólo debes copiar el siguiente código y cambiar las variables que están en mayúsculas.
0 455 posted 10 years ago by porquero
This is a more precise version of the native setTimeout(). It uses the same parameters as setTimeout, but adds a third parameter "resolution" which defines how often (in ms) to check for the time that passed. // alert after 5 seconds with an i...
2 387 posted 10 years ago by McSodbrenner
Con ese codigo pueden agregar tildes y ñ en los alert o en las funciones de facebook
0 473 posted 10 years ago by serialk89
Sometimes you have some information on your page and your visitors might want to copy it. The easiest way is to provide a mechanism that allows them to simply click a button to do so. You have to paste this code into the head of your web page:
0 589 posted 10 years ago by apphp-snippets
This script informs your visitor that a given page may be reached only from the page that you specify. Paste this code before the ending <head> tag on the page:
0 577 posted 10 years ago by apphp-snippets
This will reset the tabindex of all input fields on a form after page load
0 847 posted 10 years ago by bitsculptor
removes scrollbars and expand to content height.
0 477 posted 10 years ago by bonalepo
Code snippets from the x-editable source code
0 562 posted 10 years ago by steho
The following function loads all browser-cookies into an associative array with the cookie name as the index and the cookie value as the value
0 444 posted 10 years ago by satie83
Javascript which converts a Date object into an ISO 8601 formatted string - 'YYYY-MM-DDTHH:mm:ss.sssZ' - with a fallback for when the function 'toISOString' doesn't exist (e.g. IE 8 or less). Usage: var now = new Date; console.log(now.toISOStrin...
0 1037 posted 10 years ago by davidwaterston
Browser detection before sending any resources to the client.
0 705 posted 10 years ago by chrisaiv
This is a very basic wrapper for querySelectorAll. Just add prototypes and whatever else you need.
1 482 posted 10 years ago by o0110o
With this statement you can reload a page, this will also reset any forms on the page.
1 395 posted 10 years ago by seloh77
A simple template for a JavaScript function which allows for an arbitrary number of named arguments to be passed in. This is achieved by passing a single object as an argument with each of the 'real' arguments being a key/value pair. In this way argu...
0 856 posted 10 years ago by davidwaterston
Basic information on JavaScript from CodeAcademy.com's JavaScript track
0 509 posted 10 years ago by denakitan
JavaScript is the only option, if you want to have the ability to clear all form fields. Yes, HTML form has Reset method, but if the form has initial values, then Reset will return the form to the initial state instead of clear input fields. This exa...
0 575 posted 10 years ago by laxman2021
The marquee will stop when you hover the cursor over it. It will restart when you move the cursor away from it.
1 555 posted 10 years ago by o0110o
generischer Handler für die Eventausgabe in der Konsole....
0 552 posted 10 years ago by dejot
jsHint happy class template for javascript
1 591 posted 10 years ago by XtreamIT
Set the desired date within the function. Make some images and label them "1.jpg, 2.jpg, 3.jpg, etc...". That's how it's done.
1 546 posted 10 years ago by o0110o
javascript arrays up and down
2 467 posted 10 years ago by kutyadog
Emulates the StringBuilder() function found in .NET Languages
0 353 posted 10 years ago by jswaringen
this is how to instantiate a dropdown shadow using js code, works in IE10 and windows store apps. Important for when you want use templates.
0 839 posted 10 years ago by Syllogism
Obtener el último video favorito de un usuario de youtube
0 357 posted 10 years ago by alexdw
Simple code example that allows you to pull a time stamp / timestamp to attach to end of URL for GET POST calls
0 650 posted 10 years ago by kutyadog
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 819 posted 10 years ago by pmw57
Standard hasClass, addClass, and removeClass functions. - reworked so that jsLint is happy about them - removeClass function trims things after removing a class name - tests help to ensure that all common use-cases are covered
2 800 posted 10 years ago by pmw57