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
716
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
672
posted 8 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
989
posted 8 years ago by lanagio
https://www.chrisjmendez.com/2015/01/22/js-turn-image-into-vector-art-silhouette/
0
973
posted 8 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
916
posted 8 years ago by kengajunior
To check if an “enter†key is pressed inside a textbox, just bind the keypress() to the textbox.
0
866
posted 8 years ago by luhonghai
To detect copy, paste and cut behavior, you just need to bind the corresponding event type.
0
1205
posted 8 years ago by luhonghai
To check if jQuery library is loaded, use the following JavaScript code
0
778
posted 8 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
683
posted 8 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
614
posted 8 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
627
posted 8 years ago by pmw57
Bei Autocomplete aus größeren Datenbanken ist es sinnvoll, die Datenbankabfrage in eine separate php-Datei zu verlegen.
0
671
posted 8 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
870
posted 8 years ago by geneticcode
https://www.chrisjmendez.com/2014/11/27/js-proper-global-variables/
0
505
posted 8 years ago by chrisaiv
Méthode n'autorisant que les nombres (positifs/négatifs/décimaux avec virgules ou points) dans un champ
0
689
posted 8 years ago by Igeco
N'autorise que les chiffres (avec , ou . ou négatifs) dans un input
0
620
posted 8 years ago by sebabarre
List of websites I should follow to keep an eye on Javascript development.
0
490
posted 8 years ago by bboydflo
#bxSlider
Prevent bxSlider stop auto slides transition, when navigating through slides.
0
621
posted 9 years ago by flexyournoggin
This snippet allows to know the parent function caller name of any level from the calling function.
1
515
posted 9 years ago by zandor
Uses javascript to create a hidden iframe which downloads the file
0
2271
posted 9 years ago by jakob101
A template for a javascript object with a object.create shiv to condense into object prototypes
0
621
posted 9 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
595
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
833
posted 9 years ago by astralis
Prevent users submitting contact form if less than 2 words are entered (JavaScript)
0
636
posted 9 years ago by buda9
Simple functions to add, fetch or delete cookies in the browser via JavaScript.
0
532
posted 9 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
775
posted 9 years ago by muzahidict