Saturday, July 21, 2012

JavaScript : Simple document load check

I usually use jquery's $(document).load(), but in a particular case, i wanted to trim loadtimes, and used this altered version of something i found on stackoverflow.