问题描述
- WdatePicker插件无效,在页面点不出来
-
下面是我写的代码:<td colspan="2" nowrap> <label> 时间:</label> <label> 从</label> <input class="Wdate" type="text" style="width: 180px" id="startTime" name="startTime" onclick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" value="${page.searchParameters.startTime}"/> <label> 到</label> <input class="Wdate" type="text" style="width: 180px" id="endTime" name="endTime" onclick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" value="${page.searchParameters.endTime}"/> </td> <td><input type="button" class="form-button" value="查找" onclick="return searchParameter();" style="display: inline" /> </td>
解决方案
与页面中的其它js文件冲突了
解决方案二:
wdatepicker的样式表路径错了,不是现实404了。。还是有你的html页面路径也错了。。
解决方案三:
my97要引入对应的js--WdatePicker.js,你引css和htm页面做什么?
而且你的路径也不对,好好检查吧
时间: 2024-09-18 10:43:34