- 授权协议: 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 Applications (Hacking Exposed)
Joel Scambray、Mike Shema / McGraw-Hill Osborne Media / 2002-06-19 / USD 49.99
Get in-depth coverage of Web application platforms and their vulnerabilities, presented the same popular format as the international bestseller, Hacking Exposed. Covering hacking scenarios across diff......一起来看看 《Web Applications (Hacking Exposed)》 这本书的介绍吧!
