jQuery Xcolor
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/infusion/jQuery-xcolor/
软件介绍
jQuery Xcolor 是 jQuery 用来处理颜色信息的插件,支持 RGB, HSV/HSB, HSL 。
示例代码:// Example:
$("h1").colorize("rgb(215, 104, 10)", "rgb(96, 170, 173)",
function(){
// Callback has to return value between 0 (=from) and 1 (=to).
return Math.random()
});
});
Web Scalability for Startup Engineers
Artur Ejsmont / McGraw / 2015-6-23 / USD 34.81
Design and build scalable web applications quickly This is an invaluable roadmap for meeting the rapid demand to deliver scalable applications in a startup environment. With a focus on core concept......一起来看看 《Web Scalability for Startup Engineers》 这本书的介绍吧!
