> You can also get rid of the :not > selection (which may be what's slowing things down) by first hiding > *all* .box rows then just showing the one you want, rather than hiding > after the fact:
Thanks a lot for your input! The boxes don't the classes except box, so thanks I'll make id's out of them. However, in testing I needed to hide every box except the one I'm showing or toggle doesn't work. Maybe I missed something though. Thanks again!