# LessIsMore **Repository Path**: withthewindvx/LessIsMore ## Basic Information - **Project Name**: LessIsMore - **Description**: Some projects help me "write less do more". - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-12-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LessIsMore 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 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 , and I modified this plugin to adapt more issues, eg. `` without an attribute named "value". thx to him. ----------------------------------------------------------------------------------------- LessIsMore 用于存放一些我日常用到的源码。 # shiftcheckbox shiftcheckbox 是一个前端代码项目,它包含了一个jQuery插件。 通过使用该插件,可以按着shift键连续选中或反选一系列复选框。 该插件的原作者是 Aditya Mooley , 我修改了部分内容用以适应更多的情况,例如``,这种简单的标签(并没有提供value属性,原版本需要HTML代码中带该属性),感谢Aditya Mooley