1.多个input不换行。td nowrap 属性 中多个input 不换行 水平排列
https://blog.csdn.net/qq_42152029/article/details/83341570
<style type="text/css">
td
{
white-space: nowrap;
}
</style>
2.组合选择器,如果是id组合,不要忘记加#
$("#StartDate_div1,#EndDate_div1").hide(); 不要忘记加#