Team:TU Delft/menu

From 2010.igem.org

(Difference between revisions)
Line 75: Line 75:
   // create normal div with click action
   // create normal div with click action
-
   var button = $( $(this).html("<div>"+title+"</div>").get(0) );
+
   var button = $( $(this).html("<div></div>").get(0) );
   button.click(function() {
   button.click(function() {

Revision as of 14:48, 4 June 2010