Hello Everybody!
Forgive my ignorance, as I'm not sure that this is a unsupported feature of IE 9 or something else.
While updating my code with newly released jQuery 1.5 IE 9 (beta) shows an error - SCRIPT438: Object doesn't support this property or method.
- $(document).ready(function () {
- $("<div><p>Hello</p></div>").appendTo("body");
- });