监听网页中某个文件的加载状态

WBOY
Release: 2016-06-06 20:23:30
Original
1421 people have browsed it

由于安卓微信不支持html5音频的加载!用PHP能否监听到网页中某个文件的加载状态,或者用其他的办法监听!

回复内容:

由于安卓微信不支持html5音频的加载!用PHP能否监听到网页中某个文件的加载状态,或者用其他的办法监听!

你想监听什么类型的文件的加载

建议你参考lazyload.js,在Jquery里你可以这样写:

<code>$('#img1').onload(function(){
// 要执行的操作
});</code>
Copy after login

你可以试试

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template