- 授权协议: GPLv3
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/jmodal/
软件介绍
jmodel是一个jQuery插件,用于创建类似facebook的模态对话框。
使用实例:
$(function(){
$("#devwing_jmodal").click(function(){
$.fn.jmodal({
title: 'DevWing.Com',
content: 'Hi?',
buttonText: { ok: 'Yes', cancel: 'No' },
okEvent: function(e) {
alert('^_^');
}
});
});
});
Scalability Rules
Martin L. Abbott、Michael T. Fisher / Addison-Wesley Professional / 2011-5-15 / USD 29.99
"Once again, Abbott and Fisher provide a book that I'll be giving to our engineers. It's an essential read for anyone dealing with scaling an online business." --Chris Lalonde, VP, Technical Operatio......一起来看看 《Scalability Rules》 这本书的介绍吧!
