jQuery Color Plugin
- 授权协议: MIT/GPL
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/jquery/jquery-color/
软件介绍
这是一款用来处理网页颜色的 jQuery 插件
示例代码:
// Create a red Color object: var red = $.Color( 'rgba(255,0,0,1)' ); // using a css string // Create a red Color object, then make orange: var orange = $.Color( '#FF0000' ).green( 153 ); // Get the color halfway between red and blue: var between = $.Color([ 255, 0, 0 ]).transition( "blue", 0.5 );
Practical Django Projects, Second Edition
James Bennett / Apress / 2009 / 44.99
Build a django content management system, blog, and social networking site with James Bennett as he introduces version 1.1 of the popular Django framework. You’ll work through the development of ea......一起来看看 《Practical Django Projects, Second Edition》 这本书的介绍吧!
