i need to get iframe content in javascript or jquery, but main problem is that iframe src is other domain web site, how can i do it?
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- How to fix IE ClearType + jQuery opacity problem i
- void before promise syntax
- jQuery add and remove delay
You can't access to the iframe if it hosted in another domain because of security. Just forget about it.
Same problem