Team:UNITS Trieste/Template:Header

From 2011.igem.org

(Difference between revisions)
Line 16: Line 16:
// Loop over each value in the array.
// Loop over each value in the array.
$.each( subm, function( intIndex, objValue ){
$.each( subm, function( intIndex, objValue ){
-
   destination.append($( "<span>" + objValue + "</span>" ));
+
   destination.append($( "<span>" + objValue.firstChild + "</span>" ));
});
});
               $('#submenu').css('display','block');
               $('#submenu').css('display','block');

Revision as of 01:16, 27 August 2011