Team:TU Delft/blogloadtest

From 2010.igem.org

(Difference between revisions)
 
(9 intermediate revisions not shown)
Line 13: Line 13:
   $("#loadblog").click(function() {
   $("#loadblog").click(function() {
    
    
-
  $("#container").html("test");
 
-
/*   
 
     $.get("https://2010.igem.org/Team:TU_Delft/pages/blogtest?action=render", function (response) {
     $.get("https://2010.igem.org/Team:TU_Delft/pages/blogtest?action=render", function (response) {
        
        
-
       $("#container").html(response);
+
       $("#container").html(response).delay(200).queue(function() {
-
      page_init();
+
        page_init();
-
     */});
+
      });
 +
     });
   });
   });
   $("#bloginit").click(function() {
   $("#bloginit").click(function() {

Latest revision as of 15:28, 20 July 2010


Load blog
page_init()