MoolTools 使用心得
2010-09-21 08:03 LvSir 阅读(367) 评论(0) 编辑 收藏 举报var ProductPat=new Class({
Implements:Options,
options:{
url:{pat: "http://localhost:8051/ajax/sale/pat/index.php",
sale: "http://localhost:8051/ajax/sale/sale",
sales: "http://localhost:8051/ajax/sale/sales",
infos: "http://localhost:8051/ajax/sale/infos"},
pointImg: "images/point_add.gif"
},
initialize:function(options)
{
this.setOptions(options);
this._sales=$H();
this._times=$A([]);
this._started=false;
url地址必须填绝对地址,不要填目录
json的key字段不能用数字,必须用字母
为了实现梦想,无论遇到多么大的困难,都不退缩!