views:

91

answers:

1

hi all,

in jquery.subgrid.js --> for json request this term $.parse(JSON.responseText) showing undefined.

what return JSON.responseText????

A: 

JSON.responseText is the text returned by the server.

Marius