Skip to content

3F/JeveL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comfy JavaScript event Listeners;

Opened for ❤️ Open Source as part of Jt project. Under the MIT License (MIT)

License

Why JeveL ?

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;

Contract-based format

~ name:type1;type2;type3

For example, this can be interpreted:

 `name` will equal to `name:click`
 `name:;keyup` will equal to `name:click;keyup`

Event-type-based format

~ 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`

Configurable attribute

<div class="btn-act" jvl="..." />
<div class="nice picture" at="..." />
...

License

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!

Status

First stage. Opening source code from my old closed things.

You can already use or contribute; or please wait the Jt similar stage.