2015-08-21, 03:19:08
(2015-08-21, 03:13:11)shawn_a Wrote: you stuck window.load inside your function
you should be calling your function after window.load
you have it backwards.
and if this uses jquery you need to use jquery ready
jQuery(document).ready(function () {
});
I guess I'm misunderstanding? This does use jQuery. (Sorry, not completely confident in my jQuery skills.....)