At.js icon indicating copy to clipboard operation
At.js copied to clipboard

API: run bug

Open kevindenight opened this issue 9 years ago • 4 comments

when i use a button to toggle atwho`s run, an error occurs: jquery.atwho.js:594 Uncaught TypeError: Cannot read property 'which' of undefined

by the way, input '@' toggle atwho normally.

kevindenight avatar Aug 20 '15 08:08 kevindenight

I'm running into this same exact issue as well.

ghost avatar Aug 20 '15 19:08 ghost

Same issue when running the example from the documentation:

elem.atwho("load", "@", data).atwho("run")

fcbajao avatar Dec 11 '15 04:12 fcbajao

do you use the editable DOM? I alse meet it.

<textarea id="textinputor" ></textarea>
<div id="inputor" contenteditable="true"></div>

$('textinputor').atwho('run') is ok. but $('#input').atwo('run') will raise the error jquery.atwho.js:713 Uncaught TypeError: Cannot read property 'which' of undefined

xavierskip avatar Sep 04 '16 08:09 xavierskip

any solutions to this ?

Krypternite avatar Jul 05 '20 04:07 Krypternite