What does the obscure javascript error b(e.target).zIndex is not a function mean?
- by stormist
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.