Yes it is possible but more related to jQuery. Use the jQuery append() function to add your ajax result in any DOM part of your page. cf http://api.jquery.com/append/
2011/1/13 Francisco Costa <[email protected]>: > 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? >

