[jQuery] Re: syntax error - Expr.attrHandle.href = sw_httprp_rewrite_url(function(elem){)\n

2009-06-18 Thread Angela
div.firstChild.getAttribute("href") !== "#" ) { 2195Expr.attrHandle.href = function(elem){ 2196return elem.getAttribute("href", 2); 2197}; 2198} The error is caused by line 2195. Any help would be greatly apprecia

[jQuery] syntax error - Expr.attrHandle.href = sw_httprp_rewrite_url(function(elem){)\n

2009-06-18 Thread Angela
Hi all, I am getting the above error which is part of the jQuery library when running my application through SonicWall reverse proxy and all the javascript using jQuery is no longer working. Has anyone had the same problem or if you know of any suggestions on how to fix this? Thanks, Angela