Skip to content

YXuuan/common_html_items

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Common_HTML_Itemsss

一个可以被方便调用的HTML元素库。

目前包含如下控件:

  • input-text
  • input-checkbox
  • input-radio
  • input-button
  • input-submit

目前包含如下JavaScript功能:

  • location跳转
  • 复选框全选(反选)checkbox_switch(): 当参数group存在时仅对存在指定group标签的DOM进行操作
  • 延时执行

预览/Demo

更新日志/ChangeLog

version 1.0.1 2017-08-10
	[增加JS功能] location跳转
	[增加JS功能] 延时执行
	[更改JS] 复选框的全选功能改为切换选中
	[更改CSS] 更改复选框选中后的颜色为和radio一样的浅蓝色,使页面更加和谐
	[更改CSS] 加快复选框选中/取消时的动画,使使用时不蓝瘦
version 1.0.0 2017-08-10
	破壳。

使用的开源库/Reference

开源协议/License

(虽然我很想用WTFPL啊,(笑~))

The MIT License (MIT) 
 
Copyright (c) 2016 Lars Jung (https://larsjung.de)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

About

一个可以被方便调用的HTML元素库。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published