Team:UNITN-Trento/Templates/Notebook
From 2013.igem.org
(Difference between revisions)
Line 13: | Line 13: | ||
//Get posts from ajax index | //Get posts from ajax index | ||
$("#aj_index a").each(function() { | $("#aj_index a").each(function() { | ||
- | + | id = $(this).attr('href').split("/"); | |
+ | id = id[id.length - 1]; | ||
+ | alert(id); | ||
}); | }); | ||
Revision as of 07:01, 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"