Submit your widget

an user-friendly select list effect with jQuery

Created 10 years ago   Views 11057   downloads 1873    Author jautochecklist
an user-friendly select list effect with jQuery
View DemoDownload
3165
Share |

jAutochecklist is a jQuery plugin that help you to create an user-friendly HTML list which can be used to replace the old tradition select list

Why use jAutochecklist

  • User-friendly UI and interaction
  • Fast searching with autocomplete
  • HTML support for contents
  • No limitation for nested group of values
  • Load list data dynamically from a remote source

Setup

Include this plugin after jQuery. Two following methods are equivalent :
<ul data-name="aList" id="list">
    <li data-value="1">Item 1</li>
    <li data-value="2" data-selected="1">Item 2</li>

    <li class="group">A group</li>
    <li class="child">A child</li>

    <li>Not any child</li>
</ul> 

Read more:http://jautochecklist.googlecode.com/svn/doc/index.html