diff --git a/apple_content.html b/apple_content.html new file mode 100644 index 0000000..8e09297 --- /dev/null +++ b/apple_content.html @@ -0,0 +1,25 @@ + +

Apple

+ +

The common apple is native to Central Asia and Afghanistan, now grown worldwide for its crisp, crunchy fruit. Many cultivars exist with differences in color, flavor, and recommended food use.

+ +

While they grow tall from seed, many apple trees you can buy are grafted with dwarfing rootstocks so they maintain a much smaller size. Varieties have different chilling hour requirements so be sure to choose the right one for your area.

+ + \ No newline at end of file diff --git a/apple_summary.html b/apple_summary.html new file mode 100644 index 0000000..e87e7c6 --- /dev/null +++ b/apple_summary.html @@ -0,0 +1,36 @@ + + + +

Apple

+ +

Tree

+ + +

Family: Rosaceae

+ + + \ No newline at end of file diff --git a/index.html b/index.html index 7eb0fd4..e1fa932 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,7 @@

The Tree Encyclopedia

Index

+

@@ -50,7 +51,13 @@

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"); + }) + $("#apple").click(function(){ + $("#i_content").attr("src","apple_content.html"); + $("#i_summary").attr("src","apple_summary.html"); })