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.
高さ変数の中身は文字列か数値か?高さから変数kを引くとNanエラーになる。
var k=761; var height = $('#dornierenvoj img').css('height'); console.log(height - k);
文字列から int を減算しようとしています。使用する必要があります
.replace('px', '');
数値を取得してから、数学演算を実行します。
http://jsfiddle.net/hyZu4/