javascript - how to get automatic parseJSON data in ajax request success callback? -


well in 'success' callback function recieves data in native json string format , have convert javascript object using $.paresejson(data) inside success callback. possible receive paresed

the jquery.ajax()[docs] method parse automatically if set datatype:'json'.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -