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
c08474580c
jquery
/
test
/
data
/
test.js
4 lines
81 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Added support for class selectors and class attribute selectors on XML documents. Fixes jQuery bug #4167.
2009-02-16 18:23:59 +00:00
var
foobar
=
"bar"
;
ajax tests: Replaced $ with jQuery.
2008-06-05 18:11:29 +00:00
jQuery
(
'#ap'
)
.
html
(
'bar'
)
;
Complete overhaul of the Ajax test suite, it's now passing in all browsers. In order to achieve this I had to fix a numbe r of bugs in the suite itself, along with other random bugs that popped up. The following bugs were resolved along the wa y: #1236 (.extend() keeps processing when it hits nulls), #1028 (.extend() now works recursively), #1080 ($.get no longer overwrites the data parameter), #1210 (Creating script and link tags now work), and #1463 (jQuery.global has been re-too led to no longer leak memory and slow things down).
2007-08-19 23:37:26 +00:00
ok
(
true
,
"test.js executed"
)
;
Reference in New Issue
Copy Permalink