Skip to content

Instantly share code, notes, and snippets.

@cozingo
Created February 22, 2017 12:39
Show Gist options
  • Save cozingo/deb9637e419698d329a13a8e5c2cadec to your computer and use it in GitHub Desktop.
Save cozingo/deb9637e419698d329a13a8e5c2cadec to your computer and use it in GitHub Desktop.
yii ajax query
$.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