Skip to content

Instantly share code, notes, and snippets.

View sanjarbarakayev's full-sized avatar
🚀
On the road to dreams)

Sanjar Barakayev sanjarbarakayev

🚀
On the road to dreams)
View GitHub Profile
@imolorhe
imolorhe / caret.js
Created January 20, 2019 10:37 — forked from islishude/caret.js
get/set caret position in contentEditable or textarea/input element(JavaScript)
/**
* @file get/set caret position and insert text
* @author islishude
* @license MIT
*/
export class Caret {
/**
* get/set caret position
* @param {HTMLColletion} target
*/
@islishude
islishude / caret.js
Last active November 26, 2023 00:16
[DEPRECATED]get/set caret position in contentEditable or textarea/input element(JavaScript)
/**
* @file get/set caret position and insert text
* @author islishude
* @license MIT
*/
export class Caret {
/**
* get/set caret position
* @param {HTMLColletion} target
*/