jQuery Color Plugin 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
jQuery Color Plugin 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
jQuery Color Plugin 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 MIT/GPL
开发语言 JavaScript
操作系统 跨平台
软件类型 开源软件
开源组织
地区 不详
投 递 者 红薯
适用人群 未知
收录时间 2011-06-01

软件简介

这是一款用来处理网页颜色的 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 );
展开阅读全文

代码

评论

点击引领话题📣 发布并加入讨论🔥
发表了资讯
2012/08/28 00:00

jQuery Color 2.1.0 发布

jQuery Color 插件发布了 2.1.0 版本,下载地址: compressed (2.7k gzipped) uncompressed (16k) 这是一款用来处理网页颜色的 jQuery 插件,新版本支持修改颜色,支持 RGBA 和 HSLA 颜色和动画。 示例代码: // 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 c...

0
22
没有更多内容
加载失败,请刷新页面
点击加载更多
加载中
下一页
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
0 评论
10 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部