摘要:
//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
朝着
阅读(186)
评论(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
朝着
阅读(206)
评论(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
朝着
阅读(159)
评论(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
朝着
阅读(176)
评论(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
朝着
阅读(174)
评论(0)
推荐(0)
摘要:
function ConvertJSONDateToJSDateObject(jsondate) { var date = new Date(parseInt(jsondate.replace("/Date(", "").replace(")/", ""), 10)); retu... 阅读全文
posted @ 2014-03-27 09:45
朝着
阅读(128)
评论(0)
推荐(0)
摘要:
View Code 阅读全文
posted @ 2014-03-27 00:10
朝着
阅读(171)
评论(0)
推荐(0)
浙公网安备 33010602011771号