$(document).ready(function(){ $('.fixed-table-body').each(function(){ $(this).css("min-height","500px"); }) })