Articles
- Format Phone Number Javascript Function - This is a simple Javascript function to format a phone number. /* Return any phone number in 555-555-5555 format */ function phoneFormat(number) { number
- Ajax callback function - This is a simple AJAX function that executes a callback function when it gets the data from the given URL. The callback function should accept a string parameter function
