Index
$("#i_summary").attr("src","oak_summary.html"); }) $("#beech").click(function(){ + $("#i_content").attr("src","beech_content.html"); + $("#i_summary").attr("src","beech_summary.html"); + + }) + $("#rosewood").click(function(){ + $("#i_content").attr("src","rosewood_content.html"); + $("#i_summary").attr("src","rosewood_summary.html"); }) /* This will not be merged ! */ diff --git a/rosewood_content.html b/rosewood_content.html new file mode 100644 index 0000000..4612a47 --- /dev/null +++ b/rosewood_content.html @@ -0,0 +1,23 @@ + + +Rosewood
+ +todo
+ +todo
\ No newline at end of file diff --git a/rosewood_summary.html b/rosewood_summary.html new file mode 100644 index 0000000..364508b --- /dev/null +++ b/rosewood_summary.html @@ -0,0 +1,33 @@ + + + + +Rosewood
+ +todo
+
+ Family: todo. +
\ No newline at end of file