Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save xinglongjizi/445c9b646c445128547768d7704a0353 to your computer and use it in GitHub Desktop.

Select an option

Save xinglongjizi/445c9b646c445128547768d7704a0353 to your computer and use it in GitHub Desktop.
input、textarea通过js获取焦点,且光标处于文本末尾的处理方式
/*
$textarea.focus();
$textarea.value = res?.data?.remark ?? '';
先获取焦点
再赋值
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment