- 授权协议: MIT
- 开发语言: HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/craftpip/jquery-confirm
软件介绍
jQuery Confirm 是可用于警告、确认和对话的多用途 jQuery 插件。它提供了一系列类似自动关闭、Ajax 加载等功能。它具有以下特点:
键盘操作
直接通过 Ajax 上载
在一个特定时间后关闭对话框
避免密切对话
回调函数
示例代码:
$.confirm({ confirm: function()
{ console.log('the user clicked confirm');
},
cancel: function(){
console.log('the user clicked cancel');
}
});Web Design in a Nutshell
Jennifer Niederst / O'Reilly Media, Inc. / 2006-02-21 / USD 34.99
Are you still designing web sites like it's 1999? If so, you're in for a surprise. Since the last edition of this book appeared five years ago, there has been a major climate change with regard to web......一起来看看 《Web Design in a Nutshell》 这本书的介绍吧!
