Comfy JavaScript event Listeners;
Opened for ❤️ Open Source as part of Jt project. Under the MIT License (MIT)
It was based on the same principles: "... small, fast, and damn customizable".
- Various formats;
- Configurable Actions and Events. All delimiters are fully changeable in all possible formats;
- Configurable default event;
~ name:type1;type2;type3
For example, this can be interpreted:
`name` will equal to `name:click`
`name:;keyup` will equal to `name:click;keyup`
~ name:type;name2:type2;...
For example, this can be interpreted:
`name` will equal to `name:click`
`name;name2:keyup` will equal to `name:click;name2:keyup`
<div class="btn-act" jvl="..." />
<div class="nice picture" at="..." />
...
Licensed under the MIT License (MIT)
Copyright (c) 2020 Denis Kuzmin < x-3F@outlook.com > GitHub/3F
[ ☕ Donate ]
JeveL contributors: https://github.com/3F/JeveL/graphs/contributors
We're waiting for your awesome contributions!
First stage. Opening source code from my old closed things.
You can already use or contribute; or please wait the Jt similar stage.