1
vote
2answers
313 views
+50
jQuery AJAX - issue returning JSON value
I'm not getting response as JSON type data from server.
I'm using JSON plugin.
jQuery( "#dialog-form" ).dialog({
autoOpen: false,
height: 500,
width: 750,
modal: true,
buttons ...