Modify ↓
Ticket #4326 (closed bug: invalid)
json response
| Reported by: | veniamin.medvedev | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | ajax | Version: | 1.3.2 |
| Keywords: | Cc: | flesler, veniamin.medvedev | |
| Blocking: | Blocked by: |
Description
Hello in Your function httpData: function( xhr, type, s ) { You have if( typeof data === "string" ){
if ( type == "script" )
jQuery.globalEval( data );
if ( type == "json" )
data = windoweval?("(" + data + ")");
}
In my case I have data as an empty string I think You need to check if data isn't empty
Thanks
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Are you getting some kind of error ? Please include more details.