开发者

Is it possible to get browser dev tools for a specific frame?

开发者 https://www.devze.com 2023-04-12 17:35 出处:网络
If I\'m doing F开发者_如何学Cacebook application development I often find myself wanting run JavaScript in the iframe where my page is embedded, which is fairly cumbersome. It would also be nice (thou

If I'm doing F开发者_如何学Cacebook application development I often find myself wanting run JavaScript in the iframe where my page is embedded, which is fairly cumbersome. It would also be nice (though my main priority is just being to on the fly run some javascript) if there was a way to run something similar to the chrome dev tools or firebug specifically on that one frame.

Do I have any options for debugging in a single frame?


In Firebug it's possible by using the cd() function. E.g.: cd(window.parent.frames[1])


I ended up embedding Firebug lite inside of the iframe for superusers, which I think I should be doing in the first place so our designer can get some feedback on the iPad and things.

I also noticed that there is a dropdown (or I guess drop-up in this case) menu in the chrome-dev channel for specifying which frame you are working in, similar to the cd() command styrr mentioned.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号