Skip to content

Commit

Permalink
First ajax try
Browse files Browse the repository at this point in the history
  • Loading branch information
mconlon17 committed Jan 14, 2017
1 parent de6d45a commit da63a35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tpftest/ajax.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
url: "http://openvivo.org/tpf/core",
data: {subject: "http://openvivo.org/a/orcid0000-0002-1304-8447", predicate: "", object: ""},
success: function(data, status){
document.getElementById("output").innerHTML = "Data: " + data + "\<br\>Status: " + status;
document.getElementById("output").innerHTML = "Data: " + data + "\<br\>Status: " + status;
}
});
});
});
Expand Down

0 comments on commit da63a35

Please sign in to comment.