This is just my implementation of AJAX in my projects, warts and all. more
Developing projects for the aviation safety and the airline industry in general involves juggling a lot of large tables with total record numbers running into thousands or tens of thousands. more
We are going to look at how to toggle the appearance of HTML elements in the DOM using JavaScript. First of all, I know they are better solutions for implementing this (JQuery, being a perfect example), but we will be working with good ol’ plain JavaScript. more