Problem With jquery on IE
Hello .
i've writen a project by jquery and used these codes for loading page :
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); }
these codes dont work properly on IE but perfectly on other browser like safari and firefox .
so how should i solve this problem ?
thanks