Tagged Questions

0
votes
4answers
43 views

Jquery Selector - How to select next column textarea

Ok, Here's the exampe: <table> <tr> <td> <type="button" id="mybutton" value="insert"> </td> <td> ...
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: ...