20
votes
10answers
1k views
Javascript Unit-testing?
What's the best way to go about running unit tests for Javascript? I've been playing around with Selenium IDE, but it's Firefox-specific. Selenium RC looks... difficult - but is it the best way t …
5
votes
Encoding JSON for jQuery Calendar
You're echoing each string separately, so json_encode never knows it's a list.
You could change your while statement to build up the list:
while($row = $result->fetch_arr …
