Javascript Reference
Others | HTML Elements | Events | Objects | Grammar
Browser acceptable plain-language color names in javascript
AliceBlue AntiqueWhite Aqua Aquamarine Azure Beige Bisque Black BlanchedAlmond Blue BlueViolet Brown BurlyWood CadetBlue Chartreuse Chocolate Coral
The max number precision value in javascript
It is 2^53 = 9007199254740992.
javascript Get Credit Card Type By Number (regex validation example)
function GetCreditCardTypeByNumber(ccnumber) { if ((/^(34|37)/img).test(cc) && cc.length == 15) { return 'AMEX'; //AMEX begins with 34
Show invariant(en-us?) datetime formate
Example of showing day of week and monthname using javascript
Examples of refresh/reload current page
A SEO friendly refresh/reload solution
1-15 / 2140 >

Powered by Linode.