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
Post a Comment