Team:UNITN-Trento/Templates/Notebook
From 2013.igem.org
(Difference between revisions)
Line 31: | Line 31: | ||
href += "?action=raw&ctype=text/javascript" | href += "?action=raw&ctype=text/javascript" | ||
$.get( href , function(data) { | $.get( href , function(data) { | ||
- | alert(data); | + | alert("date: " + data.date); |
+ | alert("author: " + data.author); | ||
+ | alert("title: " + data.title); | ||
+ | alert("content: " + data.content); | ||
+ | alert("tags: " + data.tags); | ||
}); | }); | ||
}); | }); |
Revision as of 07:36, 19 August 2013
[http://2013.igem.org/wiki/index.php?title=Team:UNITN-Trento/Templates/Notebook&action=edit Edit this page] | Main Page
Retrieved from "http://2013.igem.org/Team:UNITN-Trento/Templates/Notebook"