Skip to content

uavn/multicheck.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

multicheck.js

Replace multiple select with checkboxes using jQuery

##Using Download jquery.multicheck.min.js and include it into the <head> tag of your web page:
<script type="text/javascript" src="/js/multicheck.js/jquery.multicheck.min.js"></script>

Add the following code to your domready function:
<script type="text/javascript">
$('select[multiple]').multicheck();
</script>

About

Replace multiple select with checkboxes using jQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors