Some (most?) javascript libraries will strip the response of live
javascript. You should configure the ajax call to evaluate the script
instead. Exactly how you do that depends on the library.
On Sep 28, 10:34 am, "marco.rizze...@gmail.com"
wrote:
> Hi
> I use ajax helper to load the content o
Hi
I use ajax helper to load the content of a div inside my page.
In this ajax content I have this:
codeBlock('var value='.$value.';'); ?>
But when I try to use the javascript variable value I get the error
that the value doesn't exist.
In my ajax call I have set eval to true.
Can someone tell