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.
$('#div').width()スクロールバーなしの div の幅を返します。スクロールバーでdivの幅を返すことができるjqueryまたはその他のクロスブラウザソリューションはありますか? `
$('#div').width()
はい、そうです、
小切手
$('#div').outerWidth(true)
http://api.jquery.com/outerWidth/