我想獲得的圖像的實際寬度...這裏是有問題的jQuery - 獲得圖像的寬度
<img src="upload/<?php echo $array['image'] ?>" height="200" class="active" />
形象,這是我在jQuery的
$(window).bind('load', function() {
var img_width = $("#slideshow").find("img").width();
$("#slideshow img").css("width", img_width);
alert(img_width);
});
嘗試
警報返回255每次我有試過這個圖像,這是div幻燈片的寬度。這些圖像的高度都爲200,他們將有不同的寬度,我的問題是,如何獲得這些寬度?
感謝, Ĵ
檢查,這可能已經回答不已:http://stackoverflow.com/questions/2395931/how-do-i-get-actual-image-width-and-height-using-jquery – sakhunzai 2012-04-04 18:22:39