My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 19
Create custom checkboxes by simply defining css styles. This moves all of the presentation to css instead of relying on the jquery plugin to write html. blt checkbox is VERY lightweight and cross browser friendly. Tested in IE6+, FF3+, Opera 9, Safari 3, Chrome. ==How to use== The markup for ...
=jQuery custom styled checkbox= ==About plugin== _A replacement for the standard checkbox that allows you to change the look of checkbox elements in your page._ ===Features=== * only inline elements used, just like default checkoxes * cross-browser look and feel (tested in IE6, IE7, IE8...
== Overview == CheckTree is a jQuery plugin, written for jQuery 1.2.6, that allows you to easily turn a standard ordered list into hierarchical tree that is both check-able and collapse-able. It, like jQuery, is licensed under either the GPL or MIT license. == Updates == === 19-Jun-2009 ===...
smartcheckbox is a lightweight jQuery plugin that links checkboxes together. It allow you to specify a list of checkbox to check or uncheck associated with an input check/uncheck event.
Permit to insert a variable set by a layered interface from which choice option from a list or insert one free text option
===Description=== *Dropdown Check List* is a javascript plugin for *jQuery* library that transforms a regular select html element into a dropdown checkbox list. [http://dropdown-check-list.googlecode.com/svn/trunk/src/demo.html http://dropdown-check-list.googlecode.com/svn/trunk/src/demo.png] ...
JavaScript plugin for jQuery Read about Plugin in my blog: http://braindeveloper.wordpress.com/
==一个基于jQuery的tree控件== ===概述=== tinytree是一个小型的、灵巧的基于jQuery的tree控件。 _主要功能有如下:_ # 异步加载树节点 # radio/checkbox的支持 # 可支持同时勾选父节点或子节点 # 可配置只有叶子节点可选择 # 支持XML和JSON数据格式 # 节点的事件支持HTTP路径方式和javascript:method方式 # 全部展开/全部关闭 # 筛选过滤功能 # 定位指定的节点功能 # 单击指定的节点功能 # 打开某节点时关闭同级的其它节点的功能 # 重新加载某节点下...
Making checking groups of checkboxes easy. ==`jQuery(selector).quickcheck([callback]);`== jQuery(selector) is passed as a single arguement to the callback ==example:== {{{ $(":checkbox").quickcheck(function(jq){         window.alert("checked: " + jq.filter(":checked").length); }) }}}...
This is a JavaScript control, which allows one to replace the default checkboxes with custom images. The control is fully object-oriented and is compatible with Internet Explorer and Firefox. The goal is to provide a simple to implement a fully accessible and feature rich checkbox control, whi...
1 2 Next