| ⌘T | go to file |
| ⌘⌃P | go to project |
| ⌘R | go to methods |
| ⌃G | go to line |
| ⌘KB | toggle side bar |
| ⌘⇧P | command prompt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <snippet> | |
| <content><![CDATA[ | |
| console.log(" /"); | |
| console.log(" .7"); | |
| console.log(" \\\ , //"); | |
| console.log(" |\\\.--._/|//"); | |
| console.log(" /\\\ ) ) ).'/"); | |
| console.log(" /( \\\ // /"); | |
| console.log(" /( J`((_/ \\\"); | |
| console.log(" / ) | _\\\ /"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jQuery.validator.addMethod("phoneUS", function(phone_number, element) { | |
| phone_number = phone_number.replace(/\s+/g, ""); | |
| return this.optional(element) || phone_number.length > 9 && | |
| phone_number.match(/^(1-?)?(\([2-9]\d{2}\)|[2-9]\d{2})-?[2-9]\d{2}-?\d{4}$/); | |
| }, "Please specify a valid phone number"); | |
| // Source: http://docs.jquery.com/Plugins/Validation/CustomMethods/phoneUS |
I hereby claim:
- I am docto on github.
- I am docto (https://keybase.io/docto) on keybase.
- I have a public key whose fingerprint is 7669 295F 16F7 F46A 72AB EAAE B628 448A 45C8 6385
To claim this, I am signing this object: