I am looking for something similar to HTMLInputElement.select(), but for tags that are not input like <p> and <td>
Example:
<td onfocus="this.select()"> text </td>
I am looking for something similar to HTMLInputElement.select(), but for tags that are not input like <p> and <td>
Example:
<td onfocus="this.select()"> text </td>