I need to read the value of particular label inside the div tag using jQuery. Below is the HTML structure.
<div id="myDiv">
<label id="greenLabel">Hello</label>
<label id="redLabel">There you go!</label>
</div>
Can anyone help me to find the inner text of "redLabel" ?