Could you just prevent the proxy from manipulating js files?

--John



On Fri, Aug 28, 2009 at 3:37 AM, Angela<angela.chu...@gmail.com> wrote:
>
> Hi,
>
> 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.
>
> Here are the lines from the jQuery library:
>
> 2191    // Check to see if an attribute returns normalized href
> attributes
> 2192    div.innerHTML = "<a href='#'></a>";
> 2193    if ( div.firstChild && typeof div.firstChild.getAttribute !==
> "undefined" &&
> 2194                    div.firstChild.getAttribute("href") !== "#" )
> {
> 2195            Expr.attrHandle.href = function(elem){
> 2196                    return elem.getAttribute("href", 2);
> 2197            };
> 2198    }
>
> The error is caused by line 2195.
> Any help would be greatly appreciated.
>
> Thanks,
> Angela
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to