index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
data
/
test.js
blob: 5980bff913ef49219037b84bb47f1d7765643b82 (
plain
)
1
2
3
var
testBar
=
"bar"
;
jQuery
(
"#ap"
).
html
(
"bar"
);
ok
(
true
,
"test.js executed"
);