On Monday, July 18, 2011 4:28:51 PM UTC-4, David J wrote:

> Cliff thanks for the heads up 
>
> Except I am not sure what :eval means in that context.
>
The third argument to the ajax() function is 'target', which is the div 
where the returned response should be loaded. However, if target=':eval', it 
will instead assume the response is Javascript, and it will eval() the 
Javascript code. See http://web2py.com/book/default/chapter/10#Eval-target.
 
Anthony
 

Reply via email to