摘要:
// 判断开始时间是否小于结束时间 if ($("#txtBeginTime").length > 0 && $("#txtEndTime").length > 0) { if (Date.parse(TimeFormatToSQL($("#txtBeginTime").val()).replace("-", "/")) > Date.parse(TimeFormatToSQL($("#txtEndTime").val()).replace( 阅读全文
摘要:
li {width:150px;white-space:nowrap;text-overflow:ellipsis;overflow: hidden;} 阅读全文