Skip to content

Instantly share code, notes, and snippets.

@stevez
Created October 22, 2012 00:35
$.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