You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: