【发布时间】:2013-08-16 19:39:52
【问题描述】:
我有这个代码,但它不起作用。请问有人可以帮我吗?非常感谢。
$("#Picture1, #Picture2, #Picture3, #Picture4").click(function() {
$('#loading').hide().ajaxStart(function() {
$(this).show();
}).ajaxStop(function() {
$(this).hide();
});
$("#popupContainer").fadeIn(250);
});
【问题讨论】:
-
你想达到什么目的?
标签: jquery ajax modal-dialog loading gif