摘要:
上传文件一般在form中完成,前台代码如下所示: <form id="fileForm" name="fileForm" class="w-form" method="post" action="/xxx/yyy/" enctype="multipart/form-data" > <div clas 阅读全文
文章分类 - JavaScript
checkbox的checked通过f12看到是checked,但是没有显示被选中状态
2020-03-28 08:20 by 雄风狂飙, 375 阅读, 收藏, 编辑
摘要:
问题: checkbox的checked属性通过f12看到是checked,但是没有显示被选中状态。第一次触发时会正常显示,第二次就不会了。 原来代码:$('.area_wrap .area_group .area_group1 input[type=checkbox]').attr("checke 阅读全文
focus失效问题
2019-11-15 15:02 by 雄风狂飙, 468 阅读, 收藏, 编辑
摘要:
jsp中是这样: <div id="eparchyNameDiv" style="margin-bottom: 10px; margin-left: 5%; margin-top: 10px;"> 地市选择: <input id="eparchyName" class="easyui-combobo 阅读全文
angular项目搭建
2019-08-16 15:02 by 雄风狂飙, 383 阅读, 收藏, 编辑
摘要:
1.参考https://angular.io/start 入门教程,在https://stackblitz.com中按照教程撸完代码。 2.安装node.js 3.下载在stackblitz中的项目源码。 4.在本地新建项目 npm install -g @angular/cli ng new my 阅读全文