[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

[jQuery] 'Syntax error, unrecognized expression: [...@title^="ajax:"]'

2009-03-09 Thread vinh1508
use: ajaxtooltip.js (website: http://www.javascriptkit.com/script/script2/ajaxtooltip.shtml ) error: [Exception... "'Syntax error, unrecognized expression: [...@title^="ajax:"]' when calling method: [nsIDOMEventListener::handleEvent]" with jquery 1.2.6 work, but not work with jquery 1.3.x

[jQuery] Syntax Error

2008-03-28 Thread Andreas de Reggi
Hy! This is the code: $("a.fdisplay").mousemove(function(e) { var cssObj = { left: e.pageX, top: e.pageY-190, } $("div.fbaloon").css(cssObj); }); Opera gives me a syntax error: $("div.fbaloon").css(cssObj); ^ I'm trying to make a div folow my pointer on moving