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

TypeError: i.queue[e] is undefined when using jQuery v2.1.1 #5

Open
reidsneo opened this issue Jan 16, 2017 · 2 comments
Open

TypeError: i.queue[e] is undefined when using jQuery v2.1.1 #5

reidsneo opened this issue Jan 16, 2017 · 2 comments

Comments

@reidsneo
Copy link

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

<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>

Image attached
axmenu5failed

@thomasJang
Copy link
Member

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.

http://codepen.io/thomasJang/pen/vgXrqd

@reidsneo
Copy link
Author

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.

Thankyou for your help!

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