jQuery Xcolor

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-06 15:56:43

软件介绍

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()
	});
});

本文地址:https://codercto.com/soft/d/22796.html

The Lambda Calculus, Its Syntax and Semantics . Revised Edition

The Lambda Calculus, Its Syntax and Semantics . Revised Edition

H.P. Barendregt / North Holland / 1985-11-15 / USD 133.00

The revised edition contains a new chapter which provides an elegant description of the semantics. The various classes of lambda calculus models are described in a uniform manner. Some didactical impr......一起来看看 《The Lambda Calculus, Its Syntax and Semantics . Revised Edition》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

URL 编码/解码
URL 编码/解码

URL 编码/解码

MD5 加密
MD5 加密

MD5 加密工具