我正在使用 jQuery Cycle2 插件http://jquery.malsup.com/cycle2/demo/basic.php
我需要获取当前幻灯片/图像的宽度,然后使用它来设置另一个元素的宽度。
每个图像可能有不同的宽度,我需要在图像顶部有一个栏来相应地调整大小。
<div class="cycle-slideshow">
<img src="http://malsup.github.com/images/p1.jpg">
<img src="http://malsup.github.com/images/p2.jpg">
<img src="http://malsup.github.com/images/p3.jpg">
<img src="http://malsup.github.com/images/p4.jpg">
</div>
如何获得当前/活动幻灯片的宽度?