2017年10月31日

VueJS使用笔记

摘要: html: <script src='vue.js'></script> <div id='app'> <span>{{msg}}</span> <input type='text' v-model='msg2' /> <input type='button' v-on:click='onVerif 阅读全文

posted @ 2017-10-31 11:56 转身的猫 阅读(98) 评论(0) 推荐(0) 编辑

JQuery使用笔记

摘要: 1.选择器 id选择器: $('#btnShow') class选择器: $('.banner') tag选择器: $('input') 2.常用方法 取 / 设value: $('#btnShow').val() / $('#btnShow').val('sss') 取 / 设text: $('# 阅读全文

posted @ 2017-10-31 11:44 转身的猫 阅读(96) 评论(0) 推荐(0) 编辑

导航