1. 首页
  2. 音视频
  3. 直播技术
  4. jquery load()在firefox(火狐)下显示不正常的解决方法

jquery load()在firefox(火狐)下显示不正常的解决方法

上传者: 2020-12-17 07:42:57上传 PDF文件 24.06KB 热度 10次
代码如下: <html> <head> [removed][removed] [removed] $(document).ready(function(){ $(“#b01”).click(function(){ $(‘#myDiv’).load(‘http://www.baidu.com’); }); }); [removed] </head> <body> Let AJAX change this text
用户评论