I’m very new to jQuery.
I wrote this code to select child TD elements.
$(this)
.children("div.tablescroll_wrapper")
.children("table.tablescroll_body")
.children("tbody")
.children("tr.first")
.children()
It works fine but looks bad, Is there a better way to do this?
Sorry for my low level English and thank you
I am not sure about your html structure, but what you are trying to achieve can be achieved with,