※2017年11月30日に追記しました 少し前に仕事で作ったものですが、それなりに汎用性が高いので紹介させていただきます クリエイターズシップさんの見積作成ページのように選択項目から選ぶと料金を計算して表示するといった感じです 単一選択と複数選択がある想定です 各種ファイル JSファイル radioprice = 0; checkprice = 0; $('.radio').click(function(){ if($(this).closest('.radiocontainer').find('.checked').length > 0){ radioprice = radioprice - $(this).closest('.radiocontainer').find('.checked').data('price'); radioprice = radioprice + $(this