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
4c66f62a6f
jquery
/
build
/
test
/
data
/
test.js
3 lines
70 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Refactored and fixed test suite to run async tests
2006-09-30 14:34:49 +00:00
foobar
=
"bar"
;
Modified test for load(); added fix for trigger, where it modifies data passed to it, which causes ugly side-effects
2006-11-09 21:16:03 +00:00
$
(
'#ap'
)
.
html
(
'bar'
)
;
Testsuite 2.0
2006-11-18 13:37:01 +00:00
ok
(
true
,
"test.js executed"
)
;
Reference in New Issue
Copy Permalink