转自:http://blog.sina.com.cn/s/blog_6e001be701017rux.html
<script src="../js/jquery-1.8.0-vsdoc.js" type="text/javascript"></script>
JSON格式有误,jquery 1.4以后的json格式变严格了,需注意:
必须要这种格式
{"键":"值","键":"值"};
原来的jquery 1.4的
{键:值,键:值}
{'键':'值','键':'值'}
不合1.8.0的标准,所以jquery返回error