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.
ここにjqueryがあります
$('.li4').click(function(){ alert($('.img4').offset()); });
デモ
しかし、クリックするとオブジェクトが警告されます.li4
.li4
使用するoffset().left
offset().left
alert($('.img4').offset().left);