File: demos/startbootstrap-sb-admin-2/bower_components/jquery/src/ajax/parseJSON.js

Recommend this page to a friend!
  Classes of Emmanuel Podvin   Blapy   demos/startbootstrap-sb-admin-2/bower_components/jquery/src/ajax/parseJSON.js   Download  
File: demos/startbootstrap-sb-admin-2/bower_components/jquery/src/ajax/parseJSON.js
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Blapy
jQuery plugin to load linked pages using AJAX
Author: By
Last change: Update of demos/startbootstrap-sb-admin-2/bower_components/jquery/src/ajax/parseJSON.js
Date: 2 years ago
Size: 222 bytes
 

Contents

Class file image Download
define([ "../core" ], function( jQuery ) { // Support: Android 2.3 // Workaround failure to string-cast null input jQuery.parseJSON = function( data ) { return JSON.parse( data + "" ); }; return jQuery.parseJSON; });