Tagged Questions

0
votes
5answers
8k views

Jquery - .next() with children of many parents

I'm writing a script to highlight table cells across multiple tables, in a calendar. The days to be highlighted have the class "available". This is the jQuery code currently: ...