what is the jQuery / javascript context of a frame within an iframe?
问题 Let me preface this with... I have referenced this question/answers and it seems to contain clues, but i'm still missing the whole picture Run JQuery in the context of another frame Essentially, the structure of the index page is this <html> <body> <div class="frames-wrap"> <iframe id="this-iframe" src="location.php"> </iframe> </div> </body> </html> location.php then contains a frameset (ahem, not my idea...) that has two frames that are set up like so... <frameset cols="350,*"> <frame src=