This website requires JavaScript.
Explore
Help
Register
Sign In
library-mirrors
/
jquery
Watch
1
Star
0
Fork
0
You've already forked jquery
mirror of
https://github.com/jquery/jquery.git
synced
2024-11-23 02:54:22 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
9ecdb2472b
jquery
/
test
/
data
/
test.js
4 lines
78 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Fixing endlines.
2009-11-25 17:09:53 +00:00
var
foobar
=
"bar"
;
jQuery
(
'#ap'
)
.
html
(
'bar'
)
;
ok
(
true
,
"test.js executed"
)
;
Reference in New Issue
Copy Permalink