jquery - Getting a height of a table which is inside a div -
i have div inside there table doesn't have id or css class select. how can height of table.
i want set height of div[ class="t-grid-content"] table height inside it. how can this?
this may helpful.
$('div.t-grid-content table').height($('div.t-grid-content').height())
Comments
Post a Comment