Created
February 17, 2011 08:54
-
-
Save PavelPenkov/831329 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//было | |
//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