pontikis / jui_datagrid

jQuery datagrid plugin using jQuery UI CSS Framework
MIT License
56 stars 20 forks source link

jquery invalid character #41

Open grahamehorner opened 8 years ago

grahamehorner commented 8 years ago

library causing invalid character error in jquery.js

// Support: Android 2.3 // Workaround failure to string-cast null input jQuery.parseJSON = function( data ) { return JSON.parse( data + "" ); };