摘要: 方法一:此方法在页面没有滚动条时无法缩放JQueryfunction hideMax(){ $(".MAX_div").remove(); $("#Cover_Div").hide(); } function showMax(url){ $("#Cover_Div")... 阅读全文
posted @ 2015-01-26 17:41 werqrqrqwerwr 阅读(3267) 评论(0) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2015-01-26 15:59 werqrqrqwerwr 阅读(535) 评论(0) 推荐(0) 编辑
摘要: 点击放大图片/* -*- 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 ... 阅读全文
posted @ 2015-01-26 15:27 werqrqrqwerwr 阅读(246) 评论(0) 推荐(0) 编辑
摘要: JSfunction imgdragstart(){return false;} for(i in document.images)document.images[i].ondragstart=imgdragstart; CSS(webkit兼容)draggable="fa... 阅读全文
posted @ 2015-01-26 11:35 werqrqrqwerwr 阅读(698) 评论(0) 推荐(0) 编辑