ajax(url,[...],':eval')

and in action

return "var x=$('#target'); x.html(x.html()+'%s');" %
content.replace("'","\\'")

On Jan 13, 4:31 pm, Francisco Costa <[email protected]> wrote:
> Hello!
> I have an ajax function that return some values.
> The thing is that I don't want it to replace the content of my target
> div.
> Instead i would like to append it to the values that are already
> there.
> Is this possible?

Reply via email to