Skip to content

Instantly share code, notes, and snippets.

@stevez
Created October 22, 2012 00:35
Show Gist options
  • Select an option

  • Save stevez/3929089 to your computer and use it in GitHub Desktop.

Select an option

Save stevez/3929089 to your computer and use it in GitHub Desktop.
$.getJSON(<%= url_for :action => :request_json %>, function(data) {
alert(data.a);
alert(data.b);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment