摘要:
/** **将图片加载到内存中,在页面任何位置引用的时候,直接从缓存中读取,提升用户的体验,提高网站的流畅度。** **/ 预加载图片 阅读全文
摘要:
function clickToggle(obj,elm){ $(obj).click(function(e){ $(this).siblings(elm).fadeToggle(); e.stopPropagation(); }); $(elm).click(function(e){ e.stopPropagation(... 阅读全文