weixin_33726318 2016-05-21 19:57 采纳率: 0%
浏览 19

为什么ajaxStart无法正常工作?

I am trying to use ajax to create a loading screen, while the JavaScript loads, however the ajaxStart() function doesn't seem to be working. Here is the code that I am currently trying to get working.

$(document).ajaxStart(function() {
  console.log("started");
});
  • 写回答

0条回答 默认 最新

    报告相同问题?