摘要: jscroll.js/*** jscroll.js* http://www.zhaomu.com/*--------------------------------------------------------------------------------------------------*/$.fn.extend({//添加滚轮事件//by junmousewheel:function(Func){return this.each(function(){var _self = this; _self.D = 0;//滚动方向if($.browser.msie||$.browser.sa 阅读全文
posted @ 2012-04-09 13:37 烟F火 阅读(256) 评论(0) 推荐(0) 编辑
摘要: jquery.js/** jquery.js* http://www.zhaomu.com*/(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.len 阅读全文
posted @ 2012-04-09 13:36 烟F火 阅读(230) 评论(0) 推荐(0) 编辑
摘要: <html><style> body{padding:10px 0 0px 0;margin:0; font-size:12px; color:#666666; line-height:20px;}p.text{padding:10px; margin:10px; background:#f5f5f5; border:1px solid #ccc;}.fontRed{ color:#FF0000}.title{font-family:Verdana, Arial; font-weight:bold; font-size:14px; padding:0 20px}.dem 阅读全文
posted @ 2012-04-09 13:31 烟F火 阅读(156) 评论(0) 推荐(0) 编辑