UNPKG
ltre.js
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Personal Javascript Libs Store
github.com/Ltre/Ltre.js
Ltre/Ltre.js
ltre.js
/
limit
/
operate
/
demo
/
demo.html
14 lines
•
274 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<
html
>
<
head
>
<
script
src
=
"../limitOperate.js"
>
</
script
>
</
head
>
<
body
>
<
button
id
=
"test"
>
测试
</
button
>
<
script
>
var
lo =
Ltrelib
.
limitOperate
; test.
onclick
=
function
(
){
console
.
log
({
op
:
lo
(
this
)}); };
</
script
>
</
body
>
</
html
>