【发布时间】:2014-07-29 18:46:31
【问题描述】:
我在一个无法修改 html 的网站上工作,并且需要覆盖一些用于颜色框模式内容的内联 onclick 代码。
如:
<span data-colorbox-theme="white" data-colorbox-options="{"href":"#joinTheClub-moreDetails", "inline":true, "iframe":false, "width":"430", "height":"340", "scrolling":false}" class="colorboxWindow more-details cboxElement">More details</span>
网站上的每个链接都有不同的宽度和高度,我想在头部(我可以访问)覆盖标准百分比宽度和高度(桌面和移动视图的不同值)。
我的 JQuery 相当初级,谷歌还没有给出任何明确的答案。
这应该怎么做?
【问题讨论】:
标签: javascript jquery html colorbox inline-code