Skip to content

Instantly share code, notes, and snippets.

@maplpro
Created October 5, 2010 11:23
Show Gist options
  • Save maplpro/611383 to your computer and use it in GitHub Desktop.
Save maplpro/611383 to your computer and use it in GitHub Desktop.
how to call jQuery from Chrome Dev Console
$.ajax( { url: 'http://wss3single:9570/request/user_info', dataType: 'json', success: function (data) { x = data; alert( 'Done' ); }, error: function() { alert( 'UPS' ); } } )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment