Reputation: 20156
I have following:
<iframe id="test">
<script>
variable='hi';
</script>
</iframe>
I need to know how can I access to a variable by jquery selector from the top window like this $("#test").variable ?
Upvotes: 6
Views: 7863