Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widget doesn't work in IE 8 #1

Open
abcjjy opened this issue Sep 2, 2012 · 1 comment
Open

Widget doesn't work in IE 8 #1

abcjjy opened this issue Sep 2, 2012 · 1 comment

Comments

@abcjjy
Copy link

abcjjy commented Sep 2, 2012

It seems that IE8 cannot modify DOM while loading. A exception is thrown while calling init_jQueryTagit.

I came up a simple solution: wrap the body of init_jQueryTagit into $(function(){...}). It works on IE8 and may be probably better in general cases: execute code after page is ready.

@nemesifier
Copy link
Owner

thank you for reporting it. Are you able to submit a patch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants