jquery中 alert()怎么用?帮我解释下下面的代码?
$('a').click(function(){var_type=$(this).attr('id');$('body').alert({type:_type})})$(...
$('a').click(function () {
var _type = $(this).attr('id');
$('body').alert({
type: _type
})
})
$('#info2').click(function () {
$('body').alert({
type: 'info',
buttons: [{
id: 'yes',
name: '确定',
callback: function () {
alert('确定')
}
} 展开
var _type = $(this).attr('id');
$('body').alert({
type: _type
})
})
$('#info2').click(function () {
$('body').alert({
type: 'info',
buttons: [{
id: 'yes',
name: '确定',
callback: function () {
alert('确定')
}
} 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |