フォローしたjQueryの結果を丸めたいけどどこに入れたらいいのかわからない.toFixed()
(function ($) { $(document).ready(function() { $('#custom_coverage').keyup(function() { $('#result').text($('.reads').text() / ($('.amplicons').text() * $('#custom_coverage').val())); }); }); }(jQuery));
誰が助けることができますか?