Skip to content

Instantly share code, notes, and snippets.

@PavelPenkov
Created February 17, 2011 08:54
Show Gist options
  • Save PavelPenkov/831329 to your computer and use it in GitHub Desktop.
Save PavelPenkov/831329 to your computer and use it in GitHub Desktop.
//было
//index.html
function getUserInfo(id) {
$.post(<%= Html.Url("User", "Info") %>, id, ...);
}
...
u1 = getUserInfo(1);
u2 = getUserInfo(2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment