JQ替換加載失敗的圖片為自定義圖片
所屬欄目: 網(wǎng)站開發(fā) | 更新時間:2016-7-16 | 閱讀:3837 次
// Safe Snippet
$("img").error(function () {
$(this).unbind("error").attr("src", "missing_image.gif");
});
// Persistent Snipper
$("img").error(function () {
$(this).attr("src", "missing_image.gif");
});

陜ICP備13005001號-1
陜公網(wǎng)安備 61102302611024號
工商監(jiān)管