日期:2014-05-16  浏览次数:20336 次

var notifier = new Backbone.Notifier(); 缺少对象
JScript code
function Button1_onclick() {
  [color=#FF0000]var notifier = new Backbone.Notifier();[/color]
            //            notifier.notify("Hello World!"); 
            notifier.notify({
                message: "正在提交...",
                position: 'center',
                fadeInMs: 0,
                fadeOutMs: 0,
                ms: 6000,
                modal: true,
                loader: true
               }); 
}





------解决方案--------------------
你没导入Backbone这个类库的js文件吧