摘要:
方法一:此方法在页面没有滚动条时无法缩放JQueryfunction hideMax(){ $(".MAX_div").remove(); $("#Cover_Div").hide(); } function showMax(url){ $("#Cover_Div")... 阅读全文
摘要:
阅读全文
摘要:
点击放大图片/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla ... 阅读全文
摘要:
JSfunction imgdragstart(){return false;} for(i in document.images)document.images[i].ondragstart=imgdragstart; CSS(webkit兼容)draggable="fa... 阅读全文