Access element inside div

Access element inside div


I have a div on a page with the id lblWrapper and within it I have a
span with id VarietyLabel
The thing is lbl wrapper is also used a few other places on the page
so i want to only access the div lblWrapper that contains the specific
span above within it.
When this is true I want to append another element to the bottom of
the div
Is this possible?