Re: [web2py] [1/2 OT] Help with jquery and ajax

2010-02-26 Thread Thadeus Burgess
try it in firebug. -Thadeus On Fri, Feb 26, 2010 at 11:24 AM, Jose wrote: > I have the following code > > >     > > > {{for r in registros:}} > {{=r.nombre}} > {{u=URL(r=request, c='default', f='download', args=[r.imagen])}} > > [Marcas] > > {{=IMG(_src=u, _border=0, _alt=r.nombre, _title=

[web2py] [1/2 OT] Help with jquery and ajax

2010-02-26 Thread Jose
I have the following code {{for r in registros:}} {{=r.nombre}} {{u=URL(r=request, c='default', f='download', args=[r.imagen])}} [Marcas] {{=IMG(_src=u, _border=0, _alt=r.nombre, _title=r.nombre)}} {{=r.descripcion}} {{=DIV(_id='marcas%d'%r.id)}} {{pass}} What it does is that for each