Skip to content

Instantly share code, notes, and snippets.

@strich
Created January 17, 2016 19:27
Show Gist options
  • Select an option

  • Save strich/a08d29485a765e86e19c to your computer and use it in GitHub Desktop.

Select an option

Save strich/a08d29485a765e86e19c to your computer and use it in GitHub Desktop.
function SetGlobalJobOptions() {
$.ajax({
url: '@Url.Action("SetGlobalJobOptions")' + '/?id=' + @Model.ID + '&' +
'BenchmarkTest=' + $('#BenchmarkTest').is(':checked') + '&' +
'DeployBuild=' + $('#DeployBuild').is(':checked'),
//success: success,
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment