2014年3月27日
摘要: //filter: alpha(opacity=50);IE滤镜//opacity: 0.2;非IE滤镜var dlg = { element: function () { this._strTit = "标题"; this._strCon = "内容"; this._width = 350; this._height = 200; this._obj = $(''); this._title = $(''); this._content = $(''); this._txt ... 阅读全文
posted @ 2014-03-27 22:53 朝着 阅读(180) 评论(0) 推荐(0) 编辑
摘要: var ImgZoom = function (image, viewer, options) { this._init(image, viewer, options);}ImgZoom.prototype = { _init: function (image, viewer, opti... 阅读全文
posted @ 2014-03-27 22:50 朝着 阅读(193) 评论(0) 推荐(0) 编辑
摘要: /**文字滚动**/var WordScroll = function (area, list, options) { this._init(area, list, options);};WordScroll.prototype = { _init: function (area, li... 阅读全文
posted @ 2014-03-27 22:48 朝着 阅读(149) 评论(0) 推荐(0) 编辑
摘要: /** 图片滚动_王志强 2014-2-1**/var ImageScroll = function (area, imgList, order, options) { this._init(area, imgList, order, options);};ImageScroll.pr... 阅读全文
posted @ 2014-03-27 22:47 朝着 阅读(171) 评论(0) 推荐(0) 编辑
摘要: var pro = function (area, pvalue, options) { this._init(area, pvalue, options);};pro.prototype = { _init: function (area, pvalue, options) { ... 阅读全文
posted @ 2014-03-27 22:44 朝着 阅读(163) 评论(0) 推荐(0) 编辑
摘要: function ConvertJSONDateToJSDateObject(jsondate) { var date = new Date(parseInt(jsondate.replace("/Date(", "").replace(")/", ""), 10)); retu... 阅读全文
posted @ 2014-03-27 09:45 朝着 阅读(119) 评论(0) 推荐(0) 编辑
摘要: View Code 阅读全文
posted @ 2014-03-27 00:10 朝着 阅读(163) 评论(0) 推荐(0) 编辑