博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年12月26日

摘要: $(function(){var x;var y = 38;$(".classTab td:parent").live('mouseover',function(e){this.myTitle = this.title;this.title = "";var popHtml ='<div class="tishiBox"><span class="spanL"><\/span><span class="spanR">< 阅读全文

posted @ 2012-12-26 16:35 人生梦想起飞 阅读(151) 评论(0) 推荐(0) 编辑

摘要: /****点击大图事件**/function getEvent(){if(document.all){ return window.event;}func=getEvent.caller;while(func!=null){var arg0=func.arguments[0];if(arg0){if((arg0.constructor==Event || arg0.constructor ==MouseEvent) || (typeof(arg0)=="object" && arg0.preventDefault && arg0. stopP 阅读全文

posted @ 2012-12-26 16:22 人生梦想起飞 阅读(242) 评论(0) 推荐(0) 编辑

摘要: /**图片缩放*/var showImg = function(img,maxWidth,maxHeight){var rate=(maxHeight/img.height>maxWidth/img.width?maxWidth/img.width:maxHeight/img.height);if(rate<1){img.width=img.width*rate;img.height=img.height*rate;}return img; }; function images_WH(){ var imgs =new Image(); /** **图片超出等比例缩放 **/var 阅读全文

posted @ 2012-12-26 16:17 人生梦想起飞 阅读(241) 评论(0) 推荐(0) 编辑