Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged zepto

0 votes
253 views
1 answer
    $("#submit-btn").on('click',function(){ var pwd = $("#password").val(); $("#password").val(DesEnpryct(pwd)); $("#form").submit(); }) ... 代码会改变input框的值,能不能在不改动input框值的情况下,进行加密并且提交??...
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
357 views
1 answer
    $.ajax({ type: 'GET', url: 'data/teacher.json', dataType: 'json', success: function(data) { alert(); var teacherArr = data.teacherList; var ... 这是我项目目录,请求地址是我自己写的json文件,本地服务器...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...