diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2006-11-17 09:56:30 +0000 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2006-11-17 09:56:30 +0000 |
commit | 1e620109d7bd3f77f770f5dbe22f3ef616fa0bb0 (patch) | |
tree | afef4777a63c9679b25f04dc3f28d4c0bf74af9e /build | |
parent | 06c185321c4d6feea0894146db0547caf9b4768a (diff) | |
download | jquery-1e620109d7bd3f77f770f5dbe22f3ef616fa0bb0.tar.gz jquery-1e620109d7bd3f77f770f5dbe22f3ef616fa0bb0.zip |
Fixed an issue with getJSON (type was not correctly passed on when data was ommited); Added more options to $.ajax to provide more flexibility (bug #371)
Diffstat (limited to 'build')
-rw-r--r-- | build/test/data/testsuite.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/test/data/testsuite.css b/build/test/data/testsuite.css index 40039f49c..58eb610f5 100644 --- a/build/test/data/testsuite.css +++ b/build/test/data/testsuite.css @@ -8,5 +8,5 @@ h2 { padding: 10px; background-color: #eee; color: black; margin: 0; font-size: p.result { margin-left: 1em; } #banner { height: 2em; } -#banner.pass { background-color: green } -#banner.fail { background-color: red; }
\ No newline at end of file +div.pass { background-color: green; } +div.fail { background-color: red; }
\ No newline at end of file |