Skip to content

Instantly share code, notes, and snippets.

@randy-johnson
Created September 21, 2011 02:44
Show Gist options
  • Save randy-johnson/1231086 to your computer and use it in GitHub Desktop.
Save randy-johnson/1231086 to your computer and use it in GitHub Desktop.
jQuery ajax example of passing data
$.ajax({
cache:false,
type: "POST",
url: "/filters/"+action,
data: {category:category,groupname:groupname,gtype:gtype},
success: function(msg){
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment