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 の元の画像にリンクする方法はありますか?
私は問題なく動作するハックを持っていますが、これを行う他の方法があるかどうか知りたいです:
<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')); } });