i’m grouping TR tags using a SPAN tag. Navigation from the TR tag to the SPAN tag using the parent node isn’t possible, although the parent tag is really the SPAN tag. Instead a TBODY (which is not a tag within the html ) is detected. Why is this so? In IE it works fine but not in chrome.
Thank you.
Even you don’t add the
<tbody>tag, the DOM still add it (you can see it in a developer tool like Google Chrome Dev tool or Firebug for Firefox).