Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在图库中的图像上叠加一个按钮(即 Photoswipe 中的全屏模式),但我无法做到这一点。
有人知道怎么做吗?
我猜你已经更换了它,一旦你不能再次更换它。我正在谈论这个。
$('div.ps-caption-content').replaceWith('<button id="btn_IOS" onclick=copytext()>Play</button>');
一旦你在标题中获得按钮,你应该尝试使用类似的东西
`$('#btn_IOS').replaceWith('#img001'); 我想这里“img001”是你的图像控制的ID。:-)
希望它会帮助你。一切顺利。:-)