Skip to content

Instantly share code, notes, and snippets.

@yamanoku
Last active November 12, 2018 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yamanoku/50325aa2ee0450c7af83c27ccd025751 to your computer and use it in GitHub Desktop.
Save yamanoku/50325aa2ee0450c7af83c27ccd025751 to your computer and use it in GitHub Desktop.
pref_selectbox.pug
select(name="pref")
option(value="", selected) 選択
each val, index in {'001':'北海道', '002':'青森県', '003':'岩手県', '004':'宮城県', '005':'秋田県', '006':'山形県', '007':'福島県', '008':'茨城県', '009':'栃木県', '010':'群馬県', '011':'埼玉県', '012':'千葉県', '013':'東京都', '014':'神奈川県', '015':'新潟県', '016':'富山県', '017':'石川県', '018':'福井県', '019':'山梨県', '020':'長野県', '021':'岐阜県', '022':'静岡県', '023':'愛知県', '024':'三重県', '025':'滋賀県', '026':'京都府', '027':'大阪府', '028':'兵庫県', '029':'奈良県', '030':'和歌山県', '031':'鳥取県', '032':'島根県', '033':'岡山県', '034':'広島県', '035':'山口県', '036':'徳島県', '037':'香川県', '038':'愛媛県', '039':'高知県', '040':'福岡県', '041':'佐賀県', '042':'長崎県', '043':'熊本県', '044':'大分県', '045':'宮崎県', '046':'鹿児島県', '047':'沖縄県'}
option(value=index)= val
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment