I\'m writing an AJAX function that requests data from my JSON Python webservice. My AJAX request looks like:
url = \"http://localhost:8001/blah\"
$.aja
You forgot closing quote and semicolon in the first line =)
If it is not helps, check following:
Hope this helps!