摘要:
//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
朝着
阅读(182)
推荐(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
朝着
阅读(197)
推荐(0)
编辑
摘要:
/**文字滚动**/var WordScroll = function (area, list, options) { this._init(area, list, options);};WordScroll.prototype = { _init: function (area, li...
阅读全文
posted @ 2014-03-27 22:48
朝着
阅读(152)
推荐(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
朝着
阅读(173)
推荐(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
朝着
阅读(166)
推荐(0)
编辑
posted @ 2014-03-27 00:10
朝着
阅读(165)
推荐(0)
编辑