htm-tool-css

1.0.8 • Public • Published

htm-tool-css

htm-tool css module

Install

npm install htm-tool-css

Usage

<!-- css .ht.cmd -->
<span class='ht cmd'>css .ht.cmd style sample</span>

<!-- css .ht.hover -->
<span class='ht hover'>css .ht.hover style sample</span>

<!-- setClass = function (elList, addClassList, removeClassList, toggleClassList), refer css-class-tool, binding 'ht' -->
<!-- setClassByElement = function (classList, addElList, removeElList, toggleElList) -->

<span class='ht selected'>css .ht.selected style sample</span>
<div>
<span>111 </span><span>222 </span><span>333 </span><span>444 </span>
<label>
	<label><input type=checkbox 
		onchange="var chs=parentNode.parentNode.childNodes;htm_tool_css.setEl('selected',null,null,[chs[0],chs[1],chs[2],chs[3]]);"
	></input>setEl() toggle</label>
</label>
</div>

Readme

Keywords

Package Sidebar

Install

npm i htm-tool-css

Weekly Downloads

0

Version

1.0.8

License

ISC

Unpacked Size

5.6 kB

Total Files

6

Last publish

Collaborators

  • adf0001