I need to slideDown table rows. Because of sliding is not ok for table I wanted to wrap this rows inside tbody and than div so I could slide down them with div. *Is it allowed to use div inside tbody? *
If not, how can I do this?
And yet, is there anything indexing tbody like n-th(or odd/even selectors) in th, td?
Any Suggestion would be appreciated.