Skip to content

Instantly share code, notes, and snippets.

@Bersam
Last active August 29, 2015 14:01
Show Gist options
  • Save Bersam/385003079d379452fa85 to your computer and use it in GitHub Desktop.
Save Bersam/385003079d379452fa85 to your computer and use it in GitHub Desktop.
How to force register after registering was closed in #Ofest
// var content= content1_value +'<br>'+ content3_value + '<br>' + content4_value + '<br>' + content5_value + '<br>' + content6_value ;
var content= "VIP Person"
var email="me@example.com"
var name="DJ Hossein Fasanghari"
$.post("http://ofest.ir/site/registerorder", { 'name': name , 'email': email , 'content': content }, function (data) {
console.log("Done");
});
@rezkam
Copy link

rezkam commented Jun 7, 2014

:)))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment