Skip to content

Instantly share code, notes, and snippets.

@chriscalip
Created October 5, 2017 01:15
Show Gist options
  • Save chriscalip/ec06134ebda44db86c2d289eda7c70a4 to your computer and use it in GitHub Desktop.
Save chriscalip/ec06134ebda44db86c2d289eda7c70a4 to your computer and use it in GitHub Desktop.
$.ajax({
url: '/get/emloyer/viewJob',
method: 'GET',
data: {
'jobid' : jobid,
}
}).done(function(data){
console.log(data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment