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
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
2 matches
Mail list logo