I fixed the issue I had last night with the complete button realigning itself.
The problem was that my dynamically created spans had the same id's if the number and task name were the same so it was removing the first instance of the spans. I fixed this by adding a fake guid that is just a string of 5 pseudo random numbers to the id's.
No comments:
Post a Comment