Team:UNITN-Trento/Templates/Notebook
From 2013.igem.org
(Difference between revisions)
Line 18: | Line 18: | ||
//Get url | //Get url | ||
href = $(this).attr('href'); | href = $(this).attr('href'); | ||
+ | href += "?action=raw&ctype=text/javascript" | ||
//Get id | //Get id | ||
Line 28: | Line 29: | ||
last_id = id; | last_id = id; | ||
} | } | ||
+ | |||
+ | //Make AJAX request | ||
+ | alert(href); | ||
+ | $.get( href , function(data) { | ||
+ | alert(data); | ||
+ | }); | ||
}); | }); | ||
Revision as of 07:31, 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"