摘要: Jquery方法$("img").one("error", function(e){ $(this).attr("src", "default.gif");}); 阅读全文
posted @ 2016-01-14 12:00 小小高 阅读(1462) 评论(0) 推荐(1)
摘要: function iframeTimeOut(url, timeOut_callback, width, height) { /// /// iframe超时处理 /// /// iframe(src路径) /// 超时后执形的操作 /// 宽 /// ... 阅读全文
posted @ 2016-01-14 11:52 小小高 阅读(4140) 评论(0) 推荐(0)