Problem With jquery on IE

Problem With jquery on IE

Hello .
i've writen a project by jquery and used these codes for loading page :
  1. function order(res) { $('#jquery').html('<p><div style="padding-right:160px;background:#000"><img src="ajax-loader.gif" /></div></p>'); $('#jquery').load("order.php?act=see&id="+res); }