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() {
-
alert($(this).attr('href'));
+
id = $(this).attr('href').split("/");
 +
id = id[id.length - 1];
 +
alert(id);
});
});

Revision as of 07:01, 19 August 2013

Filter by DATE
 
Sun Mon Tue Wed Thu Fri Sat
             
             
             
             
             
             
{{{1}}}
Filter by WHO
Filter by TAG
[http://2013.igem.org/wiki/index.php?title=Team:UNITN-Trento/Templates/Notebook&action=edit Edit this page] | Main Page