Skip to content

Instantly share code, notes, and snippets.

@mmalmeida
Last active December 1, 2016 18:39
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 mmalmeida/0119ee773f774903f225747c801ee38c to your computer and use it in GitHub Desktop.
Save mmalmeida/0119ee773f774903f225747c801ee38c to your computer and use it in GitHub Desktop.
var evaluatedRecords = [
{"id": "10672"}
]
var evaluatedRecords_JSON = {evaluatedRecords: evaluatedRecords};
$.ajax({
url: 'SearchmarkSelectedArticlesJSON.action',
cache: false,
contentType: 'application/json',
data: JSON.stringify(evaluatedRecords_JSON),
type: "POST"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment