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
I found Issue when using jquery version 1.7+
menu will be displayed far away from the ax5 popup menu, and the firebug said "TypeError: i.queue[e] is undefined", but when using jquery version 1.7 the menu working OK
I need to use newer version of jquery instead sticking on 1.7
currently I using this version of jquery
I created "codePen" to reproduce the situation where an error occurs.
No errors found. If you're okay, send me the code that generates the error.
This will help you resolve the error.
Hello Thomas,
Recently I double check my script in the ax5 popup menu in firebug said "TypeError: i.queue[e] is undefined", but it wasn't the real problem that caused this error, but conflict with jquery UI stuff, I currently updating both jquery ui and jquery core it seem working fine.
no more left align error.
I found Issue when using jquery version 1.7+
menu will be displayed far away from the ax5 popup menu, and the firebug said "TypeError: i.queue[e] is undefined", but when using jquery version 1.7 the menu working OK
I need to use newer version of jquery instead sticking on 1.7
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script> <script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>currently I using this version of jquery
Image attached
The text was updated successfully, but these errors were encountered: