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

2009-12-15 Thread Karl Swedberg
are you sure that the IDs are being rendered in the right order? View source to double check. If they are correct in the html, could you point us to a test page where you're experiencing the problem? thanks, --Karl Karl Swedberg www.englishrules.com www.learningjquery.com

[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