$("#article_wrapper").html(result); is not working in Internet Explorer
I need to display a content on the site. when iam trying to $("#article_wrapper").html(result); method its not working in IE8. i tried with document.getElementByID("article_wrapper") = result; and inner HTMl as well and also i tried with $("#article_wrapper").empty().html(result);but also its not working.
Main probem in this implementation is, not able to get much amount of data.
Please help me on this...
Mozilla and crome its working fine:
www.belk.com/AST/Boutiques/Boutiques_Primary/wk24_Collegiate.jsp?cm_sp=PROMO-_-Collegiate_Banner-_-BannerTop_shopCollegiate#
IE8: its not working
www.belk.com/AST/Boutiques/Boutiques_Primary/wk24_Collegiate.jsp?cm_sp=PROMO-_-Collegiate_Banner-_-BannerTop_shopCollegiate#
Please find the above urls to test the scenario