Use JavaScript to manipulate the DOM
Your HTML page is a structured static document consisting of various elements. We talk about the Document Object Model (“DOM”).…
productivity through technology
Your HTML page is a structured static document consisting of various elements. We talk about the Document Object Model (“DOM”).…
You may wonder why I posted an article about an HTML element in the JavaScript category. Simple: the element is…
The previous JavaScript posts have all been really simple — it is time to try something slightly more advanced. In…
In the Hello World! Javascript primer our JavaScript ran as soon as the script loaded in the browser. JavaScript is…
This simple JavaScript is for beginners wanting to know what JavaScript is.
Most software these days offer some kind of on-screen notifications and modern websites are no exception – think of the…
This is a very cool jQuery plug-in that I implemented on a project that had a bit of AJAX going…
I found this YouTube video demonstrating how to copy text to the clipboard using JavaScript: https://www.youtube.com/watch?v=9-vBx7F0lns. This tutorial covers the…
I decided to use the HTML5 <input> <datalist> on a View in my CakePHP project and was super surprised to…
Sometimes it’s just not worth arguing. Here is a super-quick & nasty solution to a request for mutually exclusive checkboxes:…