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:
parent
06c185321c
commit
1e620109d7
2 changed files with 20 additions and 13 deletions
|
@ -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; }
|
Loading…
Add table
Add a link
Reference in a new issue