[jQuery] Accessing sibling frame
I am trying to access a sibling frame, so this is why I am getting
confused. There are 3 frames on my page, how can I access on of them?
Also, it only has a name attribute, not an ID, can I cannot change
this, can this still be called using jQuery?
Essentially, I am wanting to remove a DOM element within another
frame, that is not the parent or top.
Here is what I used, which did not work:
$("#targetID", sq_sidenav.content.document).remove();