Created
February 22, 2017 12:39
-
-
Save cozingo/deb9637e419698d329a13a8e5c2cadec to your computer and use it in GitHub Desktop.
yii ajax query
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
$.ajax({ | |
url: "/site/", | |
data: {}, | |
success: function(data) {}, | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment