星期一, 5月 09, 2011

[JQuery Plugin] Checkbox 按鈕skin

想要在Web上面使用像iphone的enable按鈕嗎?
以下這個外掛可以達到你的需求!!


Jquery check box 
Lightweight custom styled checkbox implementaion for jQuery 1.2.x and 1.3.x.
How to use:
$("input:checkbox").checkbox({
  empty: 'images/empty.png'
 });
PS:支援checkbox的disabled、checked,會讓UI樣式不一樣。

增加按鈕是否被按下,請使用bind的方法
adds new checkbox events "check", "uncheck", "disable", "enable", ready to use in jQuery.bind() method

$("input:checkbox").bind('check',function(){
//被按了
});

http://widowmaker.kiev.ua/checkbox/

沒有留言:

張貼留言

留個話吧:)

其他你感興趣的文章

Related Posts with Thumbnails