Jquery中文网 www.jquerycn.cn
Jquery中文网 >  jQuery  >  jQuery 插件  >  正文 jQuery Color Plugin

jQuery Color Plugin

发布时间:2014-07-13   编辑:www.jquerycn.cn
这是一款用来处理网页颜色的 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 colo
这是一款用来处理网页颜色的 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 );

您可能感兴趣的文章:
jQuery Color Plugin
经典海量jQuery插件 大家可以收藏一下
海量经典的jQuery插件集合
强烈推荐240多个jQuery插件提供下载
jQuery iPhone Plugin
jQuery的插件列表(2010-1-25更新)
Simple jQuery Date-picker Plugin
jQuery Date Picker Plugin
jQuery Lightbox Plugin (balupton edition)
jQuery向导插件 Jquery Wizard Plugin

[关闭]