Team:TU Delft/blogloadtest

From 2010.igem.org

(Difference between revisions)
Line 13: Line 13:
   $("#loadblog").click(function() {
   $("#loadblog").click(function() {
    
    
-
     $.get("https://2010.igem.org/Team:TU_Delft/pages/blog?action=render", function (response) {
+
     $.get("https://2010.igem.org/Team:TU_Delft/pages/blogtest?action=render", function (response) {
        
        
       $("#container").html(response);
       $("#container").html(response);

Revision as of 15:24, 20 July 2010


Load blog
page_init()