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
Allowing falsy values to be passed as a speed for show().
[jquery.git]
/
test
/
data
/
test.html
blob
eec028e90f92b824b095f8cd824fe474b420c300
1
html text
<br/>
2
<script
type
=
"text/javascript"
>
/* <![CDATA[ */
3
testFoo
=
"foo"
;
jQuery
(
'#foo'
).
html
(
'foo'
);
4
ok
(
true
,
"test.html executed"
);
5
/* ]]> */
</script>
6
<script
src
=
"data/test.js"
></script>
7
blabla