Efficient use of the each function
This code is efficient from a performance standpoint because we are creating variables outside the loop and pass them into the loop. Also we are NOT checking the DOM for […]
» Read moreTalk To Me
This code is efficient from a performance standpoint because we are creating variables outside the loop and pass them into the loop. Also we are NOT checking the DOM for […]
» Read moreA simple bit of js to show/hide div element based on start and end time. Handy script if you need to display a message on your website/page for a period […]
» Read moreEven for the most skilled of designer veterans, getting started with a new standard can be a daunting affair, even when a language is designed to make coding easier, such […]
» Read moreCSSrefresh is a small, unobstructive javascript file that monitors the CSS-files included in your webpage. As soon as you save a CSS-file, the changes are directly implemented, without having to […]
» Read moreDrawstickman.com is a great demonstration of how powerful JavaScript can be. All you need is a little creativity and some patience and just look at what can be achieved.
» Read moreAdd a handy little feature to your website registration page that allows a user to check the complexity of his or her password. Developed using jQuery, Complexity will help your […]
» Read more