- 授权协议: BSD
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/simpleboxjs/
软件介绍
SimpleBox.js 是一个简单的 jQuery 插件,用来弹出窗口。
示例代码:
SimpleBox.open('#myContent',{
showCloseImage:true,
defaultCloseImageSrc:'/images/closeButton_off.gif',
hoverCloseImageSrc:'/images/closeButton_on.gif',
closeImageCss:{top:3,right:4,border:"1px solid #fff"}
});
RESTful Web Services Cookbook
Subbu Allamaraju / Yahoo Press / 2010-3-11 / USD 39.99
While the REST design philosophy has captured the imagination of web and enterprise developers alike, using this approach to develop real web services is no picnic. This cookbook includes more than 10......一起来看看 《RESTful Web Services Cookbook》 这本书的介绍吧!
