$(function() { var timecntmax = 8; var branchcd = $('#reserve-table').attr('data-branch'); var basedate = ""; $.showTimeTable = function(){ if ( branchcd ){ $.ajax('/receptionInfo/get.html', { data:{ branchcd:branchcd, basedate:basedate }, datatype:'html', success: function(data){ $('#reserve-table').html(data); $('#reserve-table tr[id^=time_]:gt('+(timecntmax-1)+')').hide(); console.log($('#reserve-table tr[id^=time_]').length); var tc = 0; $('#reserve-pulldown-time').children().remove(); $('#reserve-table tr[id^=time_]').map(function(){ if ( $(this).attr('id') ){ if ( !(tc%timecntmax) ){ $('#reserve-pulldown-time').append($('