> $(document).load(function() {
Try $(window).load() instead, since you're trying to set a window.onload
handler. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
> $(document).load(function() {
Try $(window).load() instead, since you're trying to set a window.onload
handler. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/