Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

11
  • If jquery is already included in the project .find( ' [name="myForm"] ' ) should work? Commented Jul 22, 2015 at 10:10
  • So if it is not working, it could be because jquery is not included in the remote app targeted by the iframe or it is impossible? Commented Jul 22, 2015 at 10:15
  • So the iframe loads stuff from another domain and you are trying to do JS stuff in it from outside? Then there are two situations: either the JS is outside and you might have a cross-domain permissions issue, or the JS is inside and you don't have jQuery there. Commented Jul 22, 2015 at 10:18
  • Anyway to try it in standard javascript with angular? Do you have an example in mind? Commented Jul 22, 2015 at 10:21
  • How about doing a document.getElementById('myTable') and add a id="myTable" to the table instead? Commented Jul 22, 2015 at 10:22