Jquery Tag-it b.curCSS is not a valid function error

blue-eye picture blue-eye · Sep 19, 2012 · Viewed 19.3k times · Source

http://marianoagency.com/intranet/trial.html

Everything works fine until I start typing any of the sample tags (like "php").

As soon as I hit "p" the b.curCSS script error pops up. The popup still works with the tags, but it is in the wrong place (top left 0,0).

What am I doing wrong?

Answer

Nuwan Perera picture Nuwan Perera · Feb 27, 2013

I fixed this error by including following line inside jQuery library

jQuery.curCSS = jQuery.css;