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 関数のフィールドの値を float 値で設定したいのですが、うまくいきません。フィールドに値を代入する前に、float を文字列に変換する必要がありますか?
var p = ((qI/qO) * 100).toFixed(2); //set the percentage $j("#jqP100i").val(p);
注: フィールドの ID は jqP100i で、p は 66.67 です。