随笔分类 -  jquery/js

摘要:1、input、textarea都有maxlength属性,但是textarea不兼容ie8/9,input兼容ie8/9。 2、同时绑定onchange、onkeydown、onkeyup,ie8/9下解决不了右键粘贴问题。 阅读全文
posted @ 2018-03-14 12:06 Annkiny 阅读(915) 评论(0) 推荐(0)
摘要:var xmlhttp; xmlhttp=new XMLHttpRequest(); xmlhttp.open("GET","http://10.10.0.62:10001/api/charge/admin/v1/image/code",true); xmlhttp.responseType = "blob"; xmlhttp.onload = function(){ console... 阅读全文
posted @ 2018-01-29 13:57 Annkiny 阅读(7657) 评论(0) 推荐(0)
摘要:以上两个差异就是一个是用form标签,一个是用id,在使用id时,注意加上 onsubmit="return false;" 防止重复提交。 阅读全文
posted @ 2018-01-29 00:36 Annkiny 阅读(8296) 评论(0) 推荐(1)
摘要:下发数据格式 $('#using_json_2').jstree({ 'core' : { 'data' : [ { "id" : "ajson1", "parent" : "#", "text" : "Simple root node" }, { "id" : "ajson2", "parent" 阅读全文
posted @ 2017-10-24 20:49 Annkiny 阅读(15731) 评论(0) 推荐(1)

福建C# .net  技术群