[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ja/docs/Web/API/HTMLTextAreaElement/select [Back]  [Original]

HTMLTextAreaElement: select() - Web API | MDN

MDN Web Docs

View in English Always switch to English

HTMLTextAreaElement: select()

Baseline

20157

select() HTMLTextAreaElement <textarea> select select()

js
select()

(undefined)

js
const textarea = document.getElementById("text-box");
textarea.select();

HTML
# dom-textarea/input-select-dev


Web Proxy Viewer  |  New URL  |  Original Page