
web
heartxkl
这个作者很懒,什么都没留下…
展开
-
layer.open()当type为1时,为弹出元素添加事件或者修改class
$("#submit_flow_ui").click(function () { // .....其他业务代码 // 弹出层 layer.open({ type: 1 , title: "提交确认" , are...原创 2019-04-02 09:16:07 · 6408 阅读 · 1 评论 -
script type='text/html' id='demo' 动态设置内容用layer弹出后渲染不了
// html代码<script type="text/html" id="demo"></script>// js代码var table = "<table>"$checked.each(function () { var foo= $(this).val(); table+= "<tr>"; table+= "...原创 2019-03-29 13:45:00 · 4985 阅读 · 2 评论 -
ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
环境:jdk8 + tomcat7 + maven虽然pom文件中已经导入了sqlserver驱动<dependency> <groupId>com.microsoft.sqlserver</groupId> <artifactId>sqljdbc4</artifactId> <version>4.0</...原创 2019-04-20 11:04:52 · 3139 阅读 · 2 评论