2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【備忘録】ラジオボタンをクリアするメモ

Last updated at Posted at 2021-08-07

自分用のメモです

マイナポータルで子供に関する申請をしていたところ、誤クリックしたら戻せなくなりました
焦ってしまいとっさに出てこなかったのでコピペ用のメモです

ラジオボタン.png

  1. F12を押して開発者ツールを出す
  2. 外したいラジオボタンのIDを調べる
  3. もしIDがついていなかったら、IDをつける
  4. 開発者ツールのConsoleで下記のコマンドを実行する
document.getElementById("ID").checked=false
2
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?