http://www.perlmonks.org?node_id=565727


in reply to Re: formatting response text for AJAX widget
in thread [OT?] formatting response text for AJAX widget

I did just catch the first issue -- the improperly closed double quote. I switched the 'main' quoting back to  qq{} to ease up on the toothpick syndrome. Fixing that ... didn't help.

the values i've been using for the three vars don't need escapes. i can tackle that issue once i have a working repsonseText replacer. they've been simple strings.

$('overide_123').innerHTML is valid javascript. the same handler uses it for another (working) part of the application.

Replies are listed 'Best First'.
Re^3: [OT?] formatting response text for AJAX widget
by jfluhmann (Scribe) on Aug 04, 2006 at 19:28 UTC
    Is it still the same error?