Checkboxtree - jQuery checkboxTree plugin - collapsible checkbox tree
ImportantThis project development has been suspended. It's still the stable release, but in the future it will replaced by this project: https://github.com/daredevel/jquery-treejQuery checkboxTree plugincheckboxTree is lightweight jQuery plugin to handle collapsible checkbox's tree. Featuresfast and lightweight simple to deploy and setup highly configurable automatic check/uncheck logic highly configurable automatic collapse/expand logic fully jQuery/jQueryUI compatible jQueryUI theming support Examplestry out a demo of stable version Other people speakinghttp://www.antimath.info/jquery/checkbox-tree-with-jquery/ http://www.yiiframework.com/extension/echeckboxtree/ http://www.okjsp.pe.kr/seq/155023 http://blog.naver.com/agapeuni/60114500871 SupportFor everyone who want simply and quickly show appreciation for my work. If you want, you can support checkboxtree by making a donation Now you can support me buy subscribing a SpiderOak account by clicking this link: https://spideroak.com/download/referral/0b0e10e6171c75e4895cafaf00348eda In this way both you and me will obtain 1GB more for free. This service is very usefull, you will appreciate it! (Please note: to be added as checkboxtree supporters you should send me an email with your name and approximately datetime of your subscription!) SupportersSilvia Galano
http://code.google.com/p/checkboxtree
comments powered by Disqus
Related Products
Rgjm - Yet another lightweight jquery modal!
Enable the modal by, simply adding the class to an anchor or form! Gzipped minimized, version is just 2.13 kb Demo! http://srinionline.99k.org/rgjm/rgjm.htm Features! Display Manage user options as json object via 'rel' attribute! (titlebg:'#102D35',type:'formAjax',drag:true,ajaxCB:myCustomAjaxCB) Option to set Width & Height (width:300,height:250) Control Overlay (overlay: false) Manage Rounded Corners (roundedCorner:false) Control drag & resize modal with (drag:true,resize:true) Fixed modal (f
jquery-json2form(Json转�Form)
jQuery json2form Plugin version: 2.0 (2012-03-01) \tCopyright (c) 2011, Crystal, shimingxy@163.com \tDual licensed under the MIT and GPL licenses: \thttp://www.opensource.org/licenses/mit-license.php \thttp://www.gnu.org/licenses/gpl.html \tDate: 2012-03-01 rev 2 json2form Plugin based jquery,Simple and util Utility �OpenSource and FREE. javascript object or json value transform to html form element value. support local data and remort data using Ajax when object or json property name equal to
Css-trees-and-tabs - CSS only sample for creating tabs and expandable trees without javascript
Novel method (so far as the author is aware) of displaying tabs and trees using pure HTML/CSS - no javascript needed. Works on modern browsers which support html labels, css's :checked property, and css's + selector. While playing with radio buttons I accidentally discovered that I could use them to make tabs in my web pages without the use of javascript. This has already been done, often with pagename>tabname such that the body tag for each page has id=pagename as an attribute. I'm sure there a
Jquery-tree - Tree control with three-state checkboxes
Current version: http://jquery-tree.googlecode.com/files/jquery-tree.tar.gz Demo (will probably move to another hosting): http://max-at-work.narod.ru/jquery.tree.test.html Demo without js: http://max-at-work.narod.ru/jquery.tree.test.nojs.html Usage: <head>\t<link rel="stylesheet" type="text/css" href="css/jQuery.Tree.css" /></head><body>\t<ul id="tree">\t\t<li>\t\t\t<label>\t\t\t\t<!-- Label is essential --><input type="checkbox" />Element with checkbox\t\t\t</label>\t\t</li>\t\t<li>\t\t\t<labe
Jquery-formdesigner-plugin - jQuery PlugIn formDesigner
IntroductionThis jQuery Plugin allows you to skin standard form elements like select, input and textarea. Just edit the css file to customize your form. It works (I've tested) on IE 7+, Firefox 3+, Chrome 4+, Safari 3+, Opera 6+. Requires jQuery v1.3.2 or later Take a look at the demo page. 1. IntegrationInclude the following script and stylesheet in your head of your HTML-Document: <head> <link type="text/css" rel="stylesheet" href="jquery.formdesigner.css" /> <script type="text/javascript" src
Smartcheckbox - jQuery smartCheckbox plugin - handle checkbox list
IMPORTANTThis project has been suspended. It has been replaced by http://checkboxtree.googlecode.com/jQuery smartCheckbox pluginsmartCheckbox is a lightweight jQuery plugin that links checkbox inputs together. Features: specified checkboxes' list check/uncheck on check/uncheck event specified checkboxes' list enable/disable on check/uncheck event (coming soon...) event cascade handling remote JSON lists support Requires: jQuery 1.3.2+ Live demo: stable version live demo trunk version live demo j
Miniajax - Mini Ajax is a Lightweight Javascript AJAX library
HOW TO USE:ajax.x - The XMLHttpRequest object (or MS equivalent) used for communicationajax.serialize(f)f = the form element you wish to be serializedThis function serializes all the fields in a form so that they can be passed as a query string in the form 'arg1=val1&arg2=val2'.ajax.get(url, func)url = the url to query (can contain arguments after a '?')func = the function to call once the response is returnedThis function uses a GET request to query the specified url and return a response to th
Jquery-option-tree - JQuery plugin to dynamically create select elements with hierarchical options
This jquery plugin converts passed JSON option tree into dynamically created <select> elements allowing you to choose one nested option from the tree. It should be attached to a (most likely hidden) <input> element. It requires an option tree object. Object property names become labels of created select elements, each non-leaf node in the tree contains other nodes. Leaf nodes contain one value - it will be inserted into attached <input> element when chosen. The plugin also supports loading addit
Form-serialize - Javascript Form Serialize
IntroductionWhen you can't use (or don't want) javascript libraries like jQuery, Moo Tools, Dojo, YUI or Prototype, and their built-in functions, but still need a quick and easy way to serialize forms. UsageInclude (or download) <script type="text/javascript" src="http://form-serialize.googlecode.com/svn/trunk/serialize-0.2.min.js"></script>Example of HTML form: <form action="" method="get">\t<input type="hidden" name="id" value="32" />\t<input type="text" name="fullname" value="Dimitar Ivanov"
Jcheckboxlist - jQuery Plugin - jCheckboxList-2.2
jCheckboxList is a jquery plugin for multiple checkbox selecting.Latest Version 2.2 (5/31/2010)changesMore efficient and more elegant version is 2.1parameter names changedfor more elegant rootId: string, the id of the root controler checkbox childClass: string, the class name of the children checkboxs invertSelect: boolean, true: invert selection, false: all selected/all unselected onChildClick: function, fired when the child checkbox clicking/changing. new features: support invert selection. ad