If img is created from string it does not load content in IE9. The following code works in FF, Chrome, IE10 but not in IE9 (standard mode): ``` ample.query('<img src="icon.png" />').appendTo(ample.documentElement); ```
If img is created from string it does not load content in IE9.
The following code works in FF, Chrome, IE10 but not in IE9 (standard mode):