background top

JavaScript custom functions that can save you time and pain!

When your busy working on a website sometimes it’s easy to forget about all the useful functions that can help you save time and make your code more efficient. Take the time to refresh yourself with some of the most useful custom JavaScript functions. Below is a link to the article with a list of all the functions and a brief explanation of how each function works. Also, take note that these functions have been wrapped in a common.js file for your use. The download for this file can be found at the bottom of the article.

Using custom functions that other developers have come up can be a smart way to code. The key when using someone else’s code is to ensure it’s well commented, and the code has been vetted in a public atmosphere. The more eyes reviewing a piece of code the more likely it is for any potential bugs to be found and resolved.

Read more: Top 10 custom JavaScript functions of all time!

Leave a Reply