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
Tests: Add custom attribute getter tests to the selector module
[jquery.git]
/
test
/
data
/
manipulation
/
scripts-context.html
blob
1b75e3a0aafaef1ff2b927b2fd023510324e551c
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
charset=utf-
8
/>
5
<title>
body
</title>
6
</head>
7
<body>
8
<div
id
=
"qunit-fixture"
></div>
9
<script
src
=
"../../jquery.js"
></script>
10
<script
src
=
"../iframeTest.js"
></script>
11
<script>
12
startIframeTest
();
13
</script>
14
</body>
15
</html>