Re: [web2py] ajax append target

2011-01-13 Thread Philippe ENTZMANN
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 : > Hello! > I have an ajax function that return some values. > The thing is that I don't want it to rep

[web2py] ajax append target

2011-01-13 Thread Francisco Costa
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?