A:
the comments could be retrieved with:
var comments = json["response"]["comments"]["data"];
or
var comments = json.data.comments.data;
and then displayed with:
$("", { id: "commentList"}).appendTo("#myComments");
$("", {
text: "",
id: "comments-" + json["comment"]["id"]
}).appendTo("#commentList");
$("", {
id: "comments-" + json["comment"]["id"] + "-desc",
html: "Type:" + json["comment"]["comment_type"] +
"Content:" + json["comment"]["content"],
"class": "commentMessage"
}).appendTo("#commentList");
Eucalyptus sideroxylon
Eucalyptus sideroxylon, commonly known as paperbark or limbar, is a species of mallee that is native to eastern Australia.
Description
Eucalyptus sideroxylon is a small mallee that typically grows to a height of and forms a lignotuber. It has grey-brown, fissured bark on the trunk and larger branches, smooth whitish bark above and has persistent resin-producing glands. It has small, lance-shaped leaves, long and wide. The inflorescences emerge from the lignotuber and are ovoid with a dome-shaped top, long and in diameter. The flowers are cream-coloured, long and form in one-sided spikes. The fruit is a woody, rounded glaucous, rough, dull grey-blue to green capsule long and wide.
Taxonomy
Eucalyptus sideroxylon was first formally described in 1839 by the botanist Robert Brown in his work Prodromus Florae Novae Hollandiae. The name Eucalyptus sideroxylon is cited in the flora of Australia by George Bentham in 1870 and Joseph Maiden and William Blakely in their work A system of the Genus Euc be359ba680
Related links:
Comments