i have ajax response of content-type application/json , there javascript code in 1 part of json response initializing jquery grid. in javascript code there comment this:
/* comment */
i thought problem line broken (in opinion iis) resulted in:
/* comment * /
but not problem, problem was, there value in grid definition, containing \r character, grid did not initialize.
Comments
Post a Comment