30. 138. Table |
| 30. 138. 1. | Add column to a table | | |
| 30. 138. 2. | Change table row background | | |
| 30. 138. 3. | Use for each function to loop through table row | | |
| 30. 138. 4. | Strip a table | | |
| 30. 138. 5. | Toggle Strips | | |
| 30. 138. 6. | To add a special style to table cells that are being hovered over, | | |
| 30. 138. 7. | To toggle a style on table cells: | | |
| 30. 138. 8. | Fade in a table | | |
| 30. 138. 9. | If table row has table data cell | | |
| 30. 138. 10. | Finds all table cell that are empty - they don't have child elements or text. | | |
| 30. 138. 11. | Finds odd table rows, matching the second, fourth and so on | | |
| 30. 138. 12. | Finds the first table row. | | |
| 30. 138. 13. | Finds the third td. | | |
| 30. 138. 14. | Choose the third table cell | | |
| 30. 138. 15. | Append to table body | | |
| 30. 138. 16. | Add table row to table body | | |
| 30. 138. 17. | Append value to table body | | |
| 30. 138. 18. | Empty all table data | | |
| 30. 138. 19. | Remove a table | | |
| 30. 138. 20. | Clone table row | | |
| 30. 138. 21. | Table data hover | | |