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
1219
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
1098
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
1531
posted 10 years ago by lanagio
https://www.chrisjmendez.com/2015/01/22/js-turn-image-into-vector-art-silhouette/
0
1461
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
1413
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
1379
posted 10 years ago by luhonghai
To detect copy, paste and cut behavior, you just need to bind the corresponding event type.
0
1774
posted 10 years ago by luhonghai
To check if jQuery library is loaded, use the following JavaScript code
0
1240
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
1140
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
1065
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
1075
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
1071
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
1379
posted 10 years ago by geneticcode
https://www.chrisjmendez.com/2014/11/27/js-proper-global-variables/
0
885
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
1148
posted 10 years ago by Igeco
N'autorise que les chiffres (avec , ou . ou négatifs) dans un input
0
1089
posted 10 years ago by sebabarre
List of websites I should follow to keep an eye on Javascript development.
0
799
posted 10 years ago by bboydflo
#bxSlider
Prevent bxSlider stop auto slides transition, when navigating through slides.
0
1002
posted 10 years ago by flexyournoggin
This snippet allows to know the parent function caller name of any level from the calling function.
1
927
posted 10 years ago by zandor
Uses javascript to create a hidden iframe which downloads the file
0
2824
posted 10 years ago by jakob101
A template for a javascript object with a object.create shiv to condense into object prototypes
0
1037
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
982
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
1241
posted 10 years ago by astralis
Prevent users submitting contact form if less than 2 words are entered (JavaScript)
0
994
posted 10 years ago by buda9
Simple functions to add, fetch or delete cookies in the browser via JavaScript.
0
870
posted 11 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
1329
posted 11 years ago by muzahidict