Magic Radio Buttons

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-09 13:14:05

软件介绍

Allows one to replace a radio button's default selectors with images for 'selected' and 'unselected'

1) Radio buttons need their own id - this is to attach them to the label.
2) Currently the css controls the display (padding for ffox, height/width for ie) and the image url (eg which image is open/active).

Test.html is a basic test page.

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

Practical Algorithms for Programmers

Practical Algorithms for Programmers

Andrew Binstock、John Rex / Addison-Wesley Professional / 1995-06-29 / USD 39.99

Most algorithm books today are either academic textbooks or rehashes of the same tired set of algorithms. Practical Algorithms for Programmers is the first book to give complete code implementations o......一起来看看 《Practical Algorithms for Programmers》 这本书的介绍吧!

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

URL 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具