Response title
This is preview!
Any help to achieve a working result would make my day! ~ dan
UPDATE: Count works but display is only on first counter, whenever I add li to count on other counters, the sum count displays in first counter only ;-(
In your code, this part, lists.attr('id'), was only returning the id of the first list. You would have needed to loop through all the lists and compare their IDs to the class of the div to do it that way.
© 2013 jQuery Foundation
Sponsored by and others.