ここで、インチ・フィートに要素を変換する jQuery スクリプトを示します。
$(document).ready(function(){ $(".millimeters").hide(); $("#convertIN").click(function(){ $(".millimeters").hide(); $(".inches").show(); }); $("#convertMM").click(function(){ $(".millimeters").show(); $(".inches").hide(); }); });
JQuery であると容易に要素の表示を切り替えることができます。
... there was a question in the Reddit session to Obama whether the US would ever move to metric system.