Skip to content

3.2.2 release of Dombo

Choose a tag to compare

@freeall freeall released this 06 Apr 10:05
· 10 commits to master since this release

Fixed issue where .toggleClass(nodes, 'someClass') would change all the nodes to the same, depending on whether one of them had 'someClass'. The correct behavior is to look at each node individually.