Some projects help me "write less do more". Welcome to the LessIsMore wiki! LessIsMore is a repo for marking some code to help my coding work.
shiftcheckbox is a project for front-end coding, it contains a jQuery plugin.
using this plugin, we can using "shift" button to check or uncheck a serials of checkboxes.
the writer for this plugin is Aditya Mooley adityamooley@sanisoft.com, and I modified this plugin to adapt more issues, eg. <input type="checkbox" />
without an attribute named "value". thx to him.
LessIsMore 用于存放一些我日常用到的源码。
shiftcheckbox 是一个前端代码项目,它包含了一个jQuery插件。
通过使用该插件,可以按着shift键连续选中或反选一系列复选框。
该插件的原作者是 Aditya Mooley adityamooley@sanisoft.com, 我修改了部分内容用以适应更多的情况,例如<input type="checkbox" />
,这种简单的标签(并没有提供value属性,原版本需要HTML代码中带该属性),感谢Aditya Mooley