摘要: <!DOCTYPE html><html><head><meta charset="utf-8"><script src="http://cdn.static.runoob.com/libs/jquery/1.10.2/jquery.min.js"></script><script>$(docume 阅读全文
posted @ 2017-06-27 17:44 niuk514 阅读(323) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html><meta charset="utf-8"><head><script src="http://cdn.static.runoob.com/libs/jquery/1.10.2/jquery.min.js"></script><script>$(docume 阅读全文
posted @ 2017-06-27 17:43 niuk514 阅读(890) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html><head><meta charset="utf-8"><script src="http://cdn.static.runoob.com/libs/jquery/1.10.2/jquery.min.js"></script><script>$(docume 阅读全文
posted @ 2017-06-27 17:42 niuk514 阅读(490) 评论(0) 推荐(0)
摘要: jQuery click() 单击 jQuery dblclick() 双击 jQuery mouseenter() 鼠标移动 jQuery mouseleave() 鼠标离开 jQuery mousedown() 鼠标按下 jQuery focus() 和 blur() 焦点 阅读全文
posted @ 2017-06-27 17:40 niuk514 阅读(116) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html><head><meta charset="utf-8"> <title>ceshi</title> <script src="http://cdn.static.runoob.com/libs/jquery/1.10.2/jquery.min.js"></s 阅读全文
posted @ 2017-06-27 17:31 niuk514 阅读(131) 评论(0) 推荐(0)
摘要: <div v-if="type 'A'"> A </div> <div v-else-if="type 'B'"> B </div> <div v-else-if="type 'C'"> C </div> <div v-else> Not A/B/C </div> 阅读全文
posted @ 2017-06-27 17:21 niuk514 阅读(96) 评论(0) 推荐(0)
摘要: $('#doneBtn1').click(function(){ var smsContent = $('#smsContent').val(); var phonoNum = $('#phonoNum').val(); var url = "../syslog/syslog!sendAgain.a 阅读全文
posted @ 2017-06-27 17:19 niuk514 阅读(129) 评论(0) 推荐(0)
摘要: <input type="text" name="date" id="today"> <script type="text/javascript"> function today(){//构建方法 var today=new Date();//new 出当前时间 var h=today.getFul 阅读全文
posted @ 2017-06-27 17:18 niuk514 阅读(138) 评论(0) 推荐(0)
摘要: <el-table :data="inspectRecords" border highlight-current-row > <el-table-column align="center" prop="inspectPersion" label="人" width="80"></el-table- 阅读全文
posted @ 2017-06-27 17:15 niuk514 阅读(455) 评论(0) 推荐(0)
摘要: <el-tab-pane label="工程进度"> <div class="sectionBorder"> <ul> <li v-for="item in percentage" > <div :class="item.backcolor"></div><span style="padding-l 阅读全文
posted @ 2017-06-27 17:14 niuk514 阅读(122) 评论(0) 推荐(0)
摘要: <el-tab-pane label="工程标段"> <ul> <li v-for="item in projectSections"> <span @click="location(item)" v-text="item.secName"></span> <div v-if="item.objec 阅读全文
posted @ 2017-06-27 17:13 niuk514 阅读(115) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html><head><meta charset="utf-8"><title>菜鸟教程(runoob.com)</title><script>function displayDate(){ alert(document.getElementById("demo"). 阅读全文
posted @ 2017-06-27 17:04 niuk514 阅读(130) 评论(0) 推荐(0)