What does the obscure javascript error b(e.target).zIndex is not a function mean?
Posted
by stormist
on Stack Overflow
See other posts from Stack Overflow
or by stormist
Published on 2010-03-29T18:00:02Z
Indexed on
2010/03/29
18:03 UTC
Read the original article
Hit count: 496
jQuery
|JavaScript
To give more information I am using the modular form here: http://jqueryui.com/demos/dialog/#modal-form
b(e.target).zIndex is not a function [Break on this error] (function(a){a.widget("ui.mouse",{opti...is._unrotate}return this}})})(jQuery);
/js/jquery-ui.min.js
I also seem to be getting the error "Too much recursion" too much recursion [Break on this error] 3||a.nodeType===8)){if(a.setInterval&&...this.special[o]||{};if(!t){t=e[o]={}; https://my.dev.peer1.com/js/jquery/jquery-1.4.min.js
I know its not much to go on but I was hoping someone might have experience with similar issues.
© Stack Overflow or respective owner