i am using the ajaxForm plugin. in Firefox it works. in IE it does
not. i used IE8... for its debugger and found out that its stuck at
this line of code. .. i think in unlimited loop

return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply
(arguments.callee.elem,arguments):g

some where in the file having

/*
 * Sizzle CSS Selector Engine - v0.9.3
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"]
[^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/
g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||
[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||
typeof Y!=="string"){return ab}var Z=
[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null)
{Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if
(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z
[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);...

Reply via email to