0
我怎樣才能通過使用它的id獲取元素的寬度。jquery獲取innerWidth()使用ID
我怎樣才能通過使用它的id獲取元素的寬度。jquery獲取innerWidth()使用ID
$('#yourId').innerWidth() //is for innerWidth
$('#yourId').width() //returns the width
http://api.jquery.com/id-selector/