Can I use jQuery to work with elements in other frames?

For Example:

<html>
<iframe id=frame1></iframe>

<script>
$("#frame1 document")
OR
$(document, $("#frame1"))
</script>

Reply via email to