-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
32 lines (19 loc) · 726 Bytes
/
README
File metadata and controls
32 lines (19 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
EMiR - (Browser JavaScript) Event Mapping in Reality
This project tries to map all known/existing JavaScript events
of HTML tags.
Get a copy and start
git clone git@github.com:EnDe/EMiR.git
git clone http://github.com/EnDe/EMiR.git
make all
your-browser emir.html
Version 21.02.21
Generation of events in closing tags supported, replaces static
files tags-close.html and all other static tags-*.html .
Version 20.06.20
EMiR is currently (5/2020) being updated.
The work in progress can be found in
emir-2020.html Makefile tag-file-generator.pl
only these files are necessary for the new version, anthing else
is generated using make.
Version 09.02.01
Initial version.