0
要素の幅をidで取得するにはどうすればよいですか?jquery idを使用してinnerWidth()を取得します。
要素の幅をidで取得するにはどうすればよいですか?jquery idを使用してinnerWidth()を取得します。
$('#yourId').innerWidth() //is for innerWidth
$('#yourId').width() //returns the width
http://api.jquery.com/id-selector/
http://api.jquery.com/innerWidth/
例:
http://jsfiddle.net/FHC87/