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)

This commit is contained in:
Jörn Zaefferer 2006-11-17 09:56:30 +00:00
parent 06c185321c
commit 1e620109d7
2 changed files with 20 additions and 13 deletions

View file

@ -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; }
div.pass { background-color: green; }
div.fail { background-color: red; }