i’ve started receiving this error in IE7
document.body is ‘null’
within the hub.html file
any ideas please? thanks J
getting this also. putting in a document ready function did not seem to help.
Did you put it correctly? Should look a little something like;
$(document).ready(function() { // or $(function() { // .ready() called. });
on other notes, you can just simple use a better we-browser.