tangled
alpha
login
or
join now
mmatt.net
/
webtech
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
webtech
/
jquery
/
script.js
at
main
5 lines
97 B
view raw
wrap content
mmatt.net
yknow..
18d ago
fb554973
1
$
(
document
)
.
ready
(
function
(
)
{
2
$
(
"p"
)
.
click
(
function
(
)
{
3
$
(
(
this
)
)
.
hide
(
)
;
4
}
)
5
}
)