repo.or.cz
/
jquery.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Build: Bump the github-actions group with 2 updates
[jquery.git]
/
test
/
data
/
test2.html
blob
c7fff22fbbe133a177e496b37e6143b6065acab6
1
<script
type
=
"text/javascript"
>
2
var
testFoo
=
"foo"
;
3
jQuery
(
'#foo'
).
html
(
'foo'
);
4
QUnit
.
assert
.
ok
(
true
,
"test2.html executed"
);
5
</script>