>
> I am trying to add a jquery effect, to each row based on its id, but i 
> am having trouble formatting the _onclick="jQuery('id').toggle()"


_onclick="jQuery('%s').toggle()" % row.id

Anthony 

Reply via email to