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.
文件夹我有一系列不同大小的表格需要相互打开并根据内容调整大小,我的第一个窗口打开得很好,第二个窗口没有调整大小我认为这是因为它从带有而不是关联
不需要锚<a href>来触发 colorBox
<a href>
$(document).ready(function(){ $(".what-ever-class-selector").colorbox(); });
其中任何带有 class="what-ever-class-selector" 的元素都将通过 jQuery 选择器查询触发。