「飲食店検索」の版間の差分
提供: 川西図鑑
その他の操作
編集の要約なし |
編集の要約なし |
||
| 321行目: | 321行目: | ||
} | } | ||
}); | }); | ||
document.addEventListener('DOMContentLoaded', function () { | |||
const params = new URLSearchParams(window.location.search); | |||
params.forEach((value, key) => { | |||
// input, select, checkbox, radio 全対応 | |||
const el = document.querySelector(`[name="${key}"]`); | |||
if (!el) return; | |||
// checkbox / radio (name[] の対応含む) | |||
if (el.type === "checkbox" || el.type === "radio") { | |||
document.querySelectorAll(`[name="${key}"]`).forEach(input => { | |||
if (input.value === value) { | |||
input.checked = true; | |||
} | |||
}); | |||
} else { | |||
// text / select など | |||
el.value = value; | |||
} | |||
}); | |||
}); | |||
//# sourceURL=foobar.js | //# sourceURL=foobar.js | ||
</script> | </script> | ||
2025年12月8日 (月) 17:36時点における版
検索条件
検索結果
エラー: テーブル飲食店情報が見つかりません。