07 2018 档案

摘要:当使用vue quill editor输入中文时,第一个中文的汉语拼音第一个字母会显示如图。 解决的办法就是升级vue quill editor js文件的版本,目前的我升级之后ok的版本是 <script src=https://cdn.quilljs.com/1.3.6/quill.min.js 阅读全文
posted @ 2018-07-18 18:26 Mr_伍先生 阅读(976) 评论(0) 推荐(0) 编辑
摘要:<script type="text/JavaScript"> var size = 1.0; function showheight() { alert(document.body.clientHeight);}function zoomout() { size = size + 0.1; set 阅读全文
posted @ 2018-07-05 16:49 Mr_伍先生 阅读(216) 评论(0) 推荐(0) 编辑
摘要:jquery的radio和checkbox的标签的操作集合: $("input[name='radio_name'][checked]").val(); //选择被选中Radio的Value值$("#text_id").focus(function(){//code...}); //事件 当对象te 阅读全文
posted @ 2018-07-05 16:42 Mr_伍先生 阅读(211) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示