I found this awesome jQuery "Tag it!" plugin to suggest suggest the keywords and enter with space or comma. Here is demo http://levycarneiro.com/projects/tag-it/example.html However on Internet Explorer the text input box does not show up. Any idea what is problem and how to fix it? Thanks for the help.
Asked
Active
Viewed 703 times
0
-
3Haven't tested but try not using const, and replace it with this suggestions http://stackoverflow.com/questions/130396/are-there-constants-in-javascript – Eric Fortis Feb 14 '11 at 16:12
-
@Pointy IE 9, and i think previous versions as well. – adam Feb 14 '11 at 16:19
-
OK I see it now - sorry I had to fire up a VM ... – Pointy Feb 14 '11 at 16:21
-
almost positive @Eric has the right answer. – Vadim Feb 14 '11 at 16:24
1 Answers
1
That "tag-it" JavaScript code is using some non-standard (Mozilla?) syntax, like those const
declarations at the top.

Pointy
- 405,095
- 59
- 585
- 614