jslib
A collection of javascript and typescript libraries for Front-End Web Development.
Filename
Size
Last Commit Date
Commit Message
..
cmd
html2jslib
go.mod
178
2022/12/14 15:00:26
updated to latest javascript package
go.sum
635
2022/12/14 15:00:26
updated to latest javascript package
main.go
5250
2024/06/20 21:28:11
updated formatting to match new style
lib.js
bbcode.js
7983
2024/09/13 20:54:05
corrected JSDocs to match TS version
bbcode_tags.js
11534
2024/09/13 20:53:49
corrected JSDocs to match TS version
bind.js
8582
2024/09/12 21:04:18
corrected list of module imports
casefold.js
6310
2024/09/12 22:16:58
regen'd
conn.js
7549
2024/11/24 18:58:02
cannot store constant base for WS as the URL can change without loading a new page
css.js
7411
2024/11/03 16:13:25
updated docs for 'ids'
datatable.js
21804
2024/09/13 20:55:56
regen'd JS version of datatable module
dom.js
15650
2024/09/12 22:02:14
aligned params in JSDoc
drag.js
8376
2024/09/13 20:56:31
added missing return type in JSDocs
events.js
9703
2024/09/13 20:56:48
corrected spacing
fraction.js
7304
2024/09/19 20:48:23
regen'd JS version of fraction module
html.js
1074
2024/08/04 18:36:05
regen'd
inter.js
15079
2024/09/19 20:48:51
regen'd JS version of inter module
load.js
469
2023/01/30 09:20:03
added JSDocs
markdown.js
52230
2024/08/29 18:04:01
have imports at top of file
math.js
629
2024/08/09 21:43:53
re-gen'd
menu.js
11039
2024/09/19 20:49:11
corrected formatting
misc.js
5578
2024/11/07 07:49:03
removed errant 'NB: '
multiselect.js
14975
2024/09/19 20:49:49
regen'd JS version of multiselect module
nodes.js
22214
2024/09/19 20:50:03
corrected JSDoc formatting
pagination.js
5963
2024/09/21 18:18:18
no need to manually define custom element
parser.js
17132
2024/09/21 18:18:42
regen'd JS version of pagination module
router.js
13172
2024/09/21 18:21:24
corrected newlines
router_transitions.js
3086
2024/07/25 22:08:56
corrected JSDoc formatting
rpc.js
7598
2024/11/18 20:07:39
added JSDocs for new register method
settings.js
6399
2024/07/30 20:37:10
reformatted
storagestate.js
3275
2024/08/29 18:00:38
corrected apostrophes
svg.js
1605
2024/08/02 20:19:13
re-gen'd svg lib
typeguard.js
23655
2024/09/21 18:22:34
regen'd JS version of typescript module
urlstate.js
6781
2024/08/29 18:04:01
have imports at top of file
windows.js
26264
2024/09/22 20:47:12
corrected imports and added missing newlines
windows_taskbar.js
7970
2024/09/23 21:05:22
removed extra newline
windows_taskmanager.js
5672
2024/09/23 21:05:37
added missing newlines
lib.ts
bbcode.ts
8466
2024/09/13 20:57:14
removed extra space
bbcode_tags.ts
12137
2024/09/13 20:57:24
added missing newline
bind.ts
10702
2024/10/22 07:29:47
corrected typing on toDOM
casefold.ts
6418
2024/09/12 22:16:58
regen'd
chart.ts
4510
2024/06/17 21:03:11
allow show axis if it has a stroke and size
conn.ts
8426
2024/11/24 18:58:02
cannot store constant base for WS as the URL can change without loading a new page
css.ts
8138
2024/11/03 16:13:25
updated docs for 'ids'
datatable.ts
23111
2024/04/25 21:58:06
removed unnecessary statements
dom.ts
18042
2024/09/12 22:02:14
aligned params in JSDoc
drag.ts
8834
2024/08/29 18:00:38
corrected apostrophes
events.ts
10518
2024/08/29 18:04:01
have imports at top of file
fraction.ts
7664
2024/07/30 20:23:45
reformatted
html.ts
1074
2024/08/04 18:36:05
regen'd
inter.ts
19278
2024/08/29 18:02:19
corrected typos
load.ts
469
2023/01/30 09:20:03
added JSDocs
markdown.ts
54642
2024/07/24 21:28:16
corrected JSDoc formatting
markdown_code.ts
26505
2024/07/27 21:00:24
added missing semi-colon
math.ts
629
2024/08/09 21:43:53
re-gen'd
menu.ts
11426
2024/09/21 18:23:07
added missing newline
misc.ts
5845
2024/11/07 07:49:03
removed errant 'NB: '
multiselect.ts
15431
2024/09/11 21:56:30
added missing semi-colon
nodes.ts
26317
2024/08/29 18:04:01
have imports at top of file
pagination.ts
6352
2024/08/29 18:04:01
have imports at top of file
parser.ts
19313
2024/08/29 18:04:12
corrected apostrophes
router.ts
13965
2024/09/21 18:23:29
corrected formatting
router_transitions.ts
3120
2024/07/25 22:08:56
corrected JSDoc formatting
rpc.ts
8673
2024/11/18 20:07:39
added JSDocs for new register method
settings.ts
6748
2024/07/30 20:37:10
reformatted
storagestate.ts
3588
2024/08/29 18:00:38
corrected apostrophes
svg.ts
1641
2024/08/04 18:37:03
regen'd
typeguard.ts
29723
2024/09/22 20:41:49
added missing newline
urlstate.ts
7393
2024/08/29 18:04:01
have imports at top of file
windows.ts
27365
2024/09/23 21:05:50
corrected JSDoc formatting
windows_taskbar.ts
8230
2024/07/27 21:09:21
reformat CSS to new style
windows_taskmanager.ts
5822
2024/07/27 21:09:18
reformat CSS to new style
test
go.mod
287
2024/07/05 20:04:44
updated to latest tsserver
go.sum
4765
2024/07/05 20:04:44
updated to latest tsserver
index.html
1170
2022/12/02 13:54:40
updated title to indicated automatic testing
main.go
3568
2023/07/29 12:50:45
JS flag should switch between lib locations
manual.html
1162
2022/12/02 13:56:18
added link to automatic tests
manual.ts
17963
2023/08/16 20:42:54
added test for urlChanged
node.ts
79747
2023/07/13 21:43:02
implemented part of HTMLElement
style.css
852
2022/12/02 14:00:18
floated 'Run Test' button to right
test.ts
515231
2024/11/18 20:06:47
added RPC server/endpoint tests
LICENSE
767
2019/11/11 11:04:50
added LICENSE
README.md
182342
2024/11/18 20:07:56
added README entry for RPC.register
casefold.sh
3916
2024/09/19 20:47:55
corrected formatting
circular.sh
726
2024/06/20 21:28:21
updated formatting to match new style
html.sh
1487
2024/08/04 18:36:00
simplified html module generator
math.sh
1138
2024/08/09 21:46:13
add command to generate tags list for MathML
svg.sh
2138
2024/08/04 18:36:58
simplified svg module generator