I am trying to inject an element into the DOM via
$('<div class=\"slideshow\"></div>')
which works fine except in IE9, which says
SCRIPT5: Access denied
but I am not doing a cross domain http request. I tried isolating that single line of code in the console, so I know this is the origin of the error.
Any advice on what may be going on?
Try using createElement() javascript method.