Is it the correct behavior for someElement.get('text') to return the
text of its child elements? For example, the following returns "Da
kids aren't alright."

<tr id="theySuckLive">
  <td>
    <b>Da kids aren't alright.</b>
  </td>
</tr>

document.id('theySuckLive").text();

Reply via email to