标签: java jquery
我在成功后使用jquery ajax调用,结果是 jsp 。
$(#divid).html(response)正在chrome,Firefox and opera中工作。但结果没有显示IE。我检查了 stackoverflow 并应用了append(),replacWith(),text()等不同技术,但没有用。
$(#divid).html(response)
chrome,Firefox and opera
IE
append()
replacWith()
text()
请告诉我如何显示结果IE。