jui_datagrid icon indicating copy to clipboard operation
jui_datagrid copied to clipboard

jquery invalid character

Open grahamehorner opened this issue 9 years ago • 0 comments

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 + "" ); };

grahamehorner avatar Jan 26 '16 14:01 grahamehorner