$('#divid').load('/account/login');
当我使用jquery load()时,chrome出现如下错误,请问如何解决呢?
Synchronous XMLHttpRequest on the main thread is deprecated because of
its detrimental effects to the end user's experience. For more help,
check http://xhr.spec.whatwg.org/.
你jquery是不是用ajax了