Sriram
Member since Apr 8, 2009
- Profile: /members/3254-sriram.htm
- Comments: 1
Recent Blog Comments By Sriram
-
JSON: Minor But VERY Important Detail Creating Syntax Error: Invalid Label
Posted on Apr 8, 2009 at 7:01 AM
Hi , I am getting this JSON object from my code ( a servlet) [{"name_one": "select_one","value_one": -1}] I am syntax error when I send this as arg in my callback function.. $.getJSON( getThis().baseURL()+"citiesForWidget.htm?format=json&_jsoncallback=?", function(data){ alert(data); })... read more »