I’m using some basic jQuery at http://s329880999.onlinehome.us/ and I’m getting a “not implemented” error in Internet Explorer. I’m guessing that this is to do with my using top (var s2). How can I make it work in IE?
I’m using some basic jQuery at http://s329880999.onlinehome.us/ and I’m getting a not implemented error
Share
currently you have:
This will execute the function immediately, assigning
undefined(the result ofimageRotate()) to theonloadhandler…what you actually want is to reference the function here, like this: