【发布时间】:2018-07-02 05:23:33
【问题描述】:
我的网站上有 iframe,看起来像
<iframe class="frame" src="http://www.example.com" width="717" height="553"> </iframe>
我需要把它转换成
<a class="frame" href="http://www.example.com">VISIT NOW</a>
在智能手机上响应时
有什么办法吗?
【问题讨论】:
-
向我们提供所需结果的图片会很好。一张图纸或任何可以向我们展示想要的最终结果的东西。
标签: javascript jquery html iframe hyperlink