Welcome To Snipplr
Everyone's Recent Snippets Tagged javascript
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
delete Operator don’t impact the length of Array in JavaScript
1
1227
posted 9 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
1109
posted 9 years ago by COBOLdinosaur
The new updated introduced auto scrolling to highlighted elements, possibility to hide 'next' and 'skip' buttons, add html markup in description, and more.
0
1543
posted 10 years ago by lanagio
https://www.chrisjmendez.com/2015/01/22/js-turn-image-into-vector-art-silhouette/
0
1486
posted 10 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
1417
posted 10 years ago by kengajunior
To check if an “enter†key is pressed inside a textbox, just bind the keypress() to the textbox.
0
1385
posted 10 years ago by luhonghai
To detect copy, paste and cut behavior, you just need to bind the corresponding event type.
0
1792
posted 10 years ago by luhonghai
To check if jQuery library is loaded, use the following JavaScript code
0
1251
posted 10 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
1144
posted 10 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
1073
posted 10 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
1085
posted 10 years ago by pmw57
Bei Autocomplete aus größeren Datenbanken ist es sinnvoll, die Datenbankabfrage in eine separate php-Datei zu verlegen.
0
1078
posted 10 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
1384
posted 10 years ago by geneticcode
https://www.chrisjmendez.com/2014/11/27/js-proper-global-variables/
0
905
posted 10 years ago by chrisaiv
Méthode n'autorisant que les nombres (positifs/négatifs/décimaux avec virgules ou points) dans un champ
0
1156
posted 10 years ago by Igeco
N'autorise que les chiffres (avec , ou . ou négatifs) dans un input
0
1095
posted 10 years ago by sebabarre
List of websites I should follow to keep an eye on Javascript development.
0
807
posted 10 years ago by bboydflo
#bxSlider
Prevent bxSlider stop auto slides transition, when navigating through slides.
0
1007
posted 10 years ago by flexyournoggin
This snippet allows to know the parent function caller name of any level from the calling function.
1
940
posted 10 years ago by zandor
Uses javascript to create a hidden iframe which downloads the file
0
2829
posted 10 years ago by jakob101
A template for a javascript object with a object.create shiv to condense into object prototypes
0
1043
posted 10 years ago by rickygri
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
1002
posted 10 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
1248
posted 10 years ago by astralis
Prevent users submitting contact form if less than 2 words are entered (JavaScript)
0
1003
posted 10 years ago by buda9
Simple functions to add, fetch or delete cookies in the browser via JavaScript.
0
875
posted 11 years ago by deanhouseholder
/* author : MD. MUZAHIDUL ISLAM (muzahid.ict@gmail.com)
* 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
1347
posted 11 years ago by muzahidict