随笔分类 - jquery/js
摘要:1、input、textarea都有maxlength属性,但是textarea不兼容ie8/9,input兼容ie8/9。 2、同时绑定onchange、onkeydown、onkeyup,ie8/9下解决不了右键粘贴问题。
阅读全文
摘要: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...
阅读全文
摘要:以上两个差异就是一个是用form标签,一个是用id,在使用id时,注意加上 onsubmit="return false;" 防止重复提交。
阅读全文
摘要:下发数据格式 $('#using_json_2').jstree({ 'core' : { 'data' : [ { "id" : "ajson1", "parent" : "#", "text" : "Simple root node" }, { "id" : "ajson2", "parent"
阅读全文

浙公网安备 33010602011771号