/*自定义验证规则*/
rules: {
email:{
email:true,
required:true
}
},
/*错误提示位置*/
rules: {
email:{
email:true,
required:true
}
},
/*错误提示位置*/
2016-04-23
Success, and let the programming to the more violent it. Next section.
2016-04-23
试试把jQuery改成1.9http://libs.baidu.com/jquery/1.9.0/jquery.js,
2016-04-23
$("span").each(function(index){
if(index == 1) {
$(this).addClass("red")
}
})
if(index == 1) {
$(this).addClass("red")
}
})
2016-04-22
$("span").each(function(index){
if(index == 1) {
$(this).addClass("green red")
}
})
if(index == 1) {
$(this).addClass("green red")
}
})
2016-04-22
最赞回答 / 月凝残秋
回答你第二个问题,最后open的function为什么要引入event和UI两个值?jQuery UI dialog 的参数说明文档你可以去看看。在本任务里:height、 modal、title、hide、都是初始化参数,而 open : dialogopen 是对话框事件。 当对话框打开后,触发此事件,用法如下: 初始:$('.selector').dialog({ open: function(event, ui) { ... } }); 绑定:$('.selector').bi...
2016-04-22