Welcome To Snipplr


Everyone's Recent Snippets Tagged javascript



delete Operator don’t impact the length of Array in JavaScript
1 867 posted 8 years ago by ursdeep
The key to making it work is the event listener that get added using the DOM method that binds it to the mousemove event and declares the event handler. Most event can be bound to a handler this way.
0 785 posted 8 years ago by COBOLdinosaur
Get your screen resolution use JavaScript
0 603 posted 8 years ago by BebenKoben
This is a simple way to make custom checkboxes in jQuery.
0 725 posted 9 years ago by del4y
The new updated introduced auto scrolling to highlighted elements, possibility to hide 'next' and 'skip' buttons, add html markup in description, and more.
0 1152 posted 9 years ago by lanagio
https://www.chrisjmendez.com/2015/01/22/js-turn-image-into-vector-art-silhouette/
0 1119 posted 9 years ago by chrisaiv
This step-by-step tutorial describes how to build an HTML5-based mobile web app by means of Webix library (open source, GPL) and PhoneGap framework. As a result you’ll get an awesome native app for Android devices with rich UI and high performance.
0 1065 posted 9 years ago by kengajunior
To check if an “enter” key is pressed inside a textbox, just bind the keypress() to the textbox.
0 996 posted 9 years ago by luhonghai
To detect copy, paste and cut behavior, you just need to bind the corresponding event type.
0 1346 posted 9 years ago by luhonghai
To check if jQuery library is loaded, use the following JavaScript code
0 897 posted 9 years ago by luhonghai
JQuery is really a powerful and handy JavaScript library. The page or content loading effect is very easy to implement in jQuery. Here’s a example to make your web page content display a fade in page loading effect
0 790 posted 9 years ago by luhonghai
Bei dieser Variante lassen sich die Checkboxen nur einmal aktivieren/deaktivieren. Bei weiteren Versuchen wird zwar im Quelltext altiviert/deaktiviert, es ist aber auf der Seite nicht zu sehen.
0 740 posted 9 years ago by ulfinger
The purpose of this hook method is to help provide a separation of concerns between CSS and JavaScript. Typically class names are used to attach JavaScript to HTML elements. Using a separate data-hook attribute helps to protect the scripting from...
0 737 posted 9 years ago by pmw57
Bei Autocomplete aus größeren Datenbanken ist es sinnvoll, die Datenbankabfrage in eine separate php-Datei zu verlegen.
0 764 posted 9 years ago by ulfinger
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 1028 posted 9 years ago by geneticcode
https://www.chrisjmendez.com/2014/11/27/js-proper-global-variables/
0 607 posted 9 years ago by chrisaiv
Vérifie si une checkbox a été cochée
0 964 posted 9 years ago by Igeco
Méthode n'autorisant que les nombres (positifs/négatifs/décimaux avec virgules ou points) dans un champ
0 808 posted 9 years ago by Igeco
N'autorise que les chiffres (avec , ou . ou négatifs) dans un input
0 729 posted 9 years ago by sebabarre
List of websites I should follow to keep an eye on Javascript development.
0 573 posted 9 years ago by bboydflo
#bxSlider Prevent bxSlider stop auto slides transition, when navigating through slides.
0 723 posted 9 years ago by flexyournoggin
This snippet allows to know the parent function caller name of any level from the calling function.
1 603 posted 9 years ago by zandor
Uses javascript to create a hidden iframe which downloads the file
0 2460 posted 9 years ago by jakob101
A template for a javascript object with a object.create shiv to condense into object prototypes
0 708 posted 9 years ago by rickygri
Populating Table from Inline Json Data in Angular js
0 870 posted 9 years ago by bitsofcodec
This example of code allows you to create a new object in javascript (using simple inheritance) such that the class of the object is defined from a variable. After creating the object you may use it for your purposes.
0 690 posted 9 years ago by apphp-snippets
This script will grab the YouTube video ID using regex so that many different types of YouTube urls. This will also output the id and thumbnail to view.
0 935 posted 9 years ago by astralis
Prevent users submitting contact form if less than 2 words are entered (JavaScript)
0 724 posted 9 years ago by buda9
Simple functions to add, fetch or delete cookies in the browser via JavaScript.
0 626 posted 10 years ago by deanhouseholder
/* author : MD. MUZAHIDUL ISLAM ([email protected]) * file name : cascade-load.js * This segment of code uses jQuery(jquery-1.7.2.js) that helps to load cascade data from sever. * To use this code, 'div' element should contains a 'select' h...
0 922 posted 10 years ago by muzahidict