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.
有没有办法链接到 Colorbox 中的原始图像?
我有一个可以正常工作的hack,但我想知道是否有其他方法可以做到这一点:
<a href="full_size.jpg" title="<a class='cbox_expand' href='full_size.jpg'>Expand</a>">Photo_1</img>
$('a.example').colorbox({ title: function() { return $('<a>Expand</a>').attr('href', $(this).attr('href')); } });