My jQuery code not working in IE
问题 The below code rocks in Chrome and FF but not working in IE I checked for similar questions in SO. Some didn't help me and some I couldn't understand as I am a newbie to jQuery. Please help me in fixing this error. <script type="text/javascript"> $(document).ready(function(){ $(function(){ $('#container').load('mypage.aspx #div1'); }); }); </script> 回答1: Try opening the IE Developer toolbar and watching the network trace. Is the request to mypage.aspx coming back? Or does it return a 500