Team:TU Delft/blogloadtest

From 2010.igem.org

(Difference between revisions)
Line 11: Line 11:
$(function() {
$(function() {
   $("#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);
-
      $("#container").ready();
 
     });
     });
   });
   });

Revision as of 14:56, 20 July 2010


Load blog