Team:TU Delft/blogloadtest

From 2010.igem.org

(Difference between revisions)
 
(3 intermediate revisions not shown)
Line 15: Line 15:
     $.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() {
-
//  page_init();
+
  page_init();
   });
   });
});
});
</script>
</script>
</html>
</html>

Latest revision as of 15:28, 20 July 2010


Load blog
page_init()