Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个文件可以从 document.ready 上的另一个文件加载内容,并且我有一个链接可以将不同的内容加载到同一个容器中。我想在单击超链接时停止 .load 准备好的文档?
创建一个条件来检查链接事件是否被触发,然后
.abort();
杀死函数