[jQuery] Re: a problem when using django template and jquery

2009-12-17 Thread elprup
--Karl > > > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Dec 15, 2009, at 3:47 AM, elprup wrote: > > > > > hello guys, I use django template to generate a HTML like this: > > >{% for type in types %} > > > > > > {{type.name}} &

[jQuery] a problem when using django template and jquery

2009-12-15 Thread elprup
hello guys, I use django template to generate a HTML like this: {% for type in types %} {{type.name}} {% endfor %} typeid increases from 1 by 1. I use class traverse to get the sequence of the list: sendstr = ""; $(".itemrow").each(function(index