Team:TU Delft/menu test
From 2010.igem.org
(Difference between revisions)
Line 78: | Line 78: | ||
btn.click(function() { | btn.click(function() { | ||
alert(page); | alert(page); | ||
- | var cpw = $(#content_page_wrap"); | + | var cpw = $("#content_page_wrap"); |
cpw.fadeOut(200); | cpw.fadeOut(200); | ||
$.get(page, function(data) { | $.get(page, function(data) { |
Revision as of 23:03, 4 June 2010