JS控制图片按比例缩放并不超过一定宽度和高度
1.如何使用,html页面代码(此处定义一个图片图片按照(宽170px或者高120px缩放))
<img onload="javascript:DrawImage(this,170,120)" src="http://center.blueidea.com/data/avatar/00...
禁止右键等
<script type="text/javascript">
$(document).ready(function(e) {
var str;
$(".input").blur(function(e) {
var temp = $(this).val();
$(this).parent().find(".td").text(tem...
jQuery Lightbox(balupton版)图片展示插件demo
一、Lightbox Tour
<a href="http://image.zhangxinxu.com/image/study/s/s512/mm1.jpg" rel="lightbox-tour" title="张含韵小美女">
简要说明
这里a标签的rel值是li...
jQuery Lightbox(balupton版)图片展示插件使用
原作者:Benjamin Arthur Lupton
当前版本:v1.3.7最终版
发布日期:2009年4月25日
项目地址:http://jquery.com/plugins/project/jquerylightbox_bal
翻译编辑:张鑫旭(zhangxinxu)
中文d...
手机访问pc网站自动跳转手机端网站代码
<SCRIPT LANGUAGE="JavaScript">
function mobile_device_detect(url)
{
var thisOS=navigator.platform;
var os=new Array("iPhone","iPod","iPad","android","Nokia","SymbianO...
Js针对window窗体大小设置
网页可见区域宽:document.body.clientWidth
网页可见区域高:document.body.clientHeight
网页可见区域宽:document.body.offsetWidth (包括边线的宽)
网页可见区域高:document.body.offse...








