javascript - Uncaught TypeError: undefined is not a function - Google chrome issue -


can please in resolving - uncaught typeerror: undefined not function. - error while testing asp.net application in chrome

code snippet:

 if (mytooltip)  {         mytooltip.setvariable('enterhere', statuscontent);             //error occurs here  }  

you checking see if mytooltip defined, assuming setvariable defined.

if (mytooltip && mytooltip.setvariable) 

Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -