
web前端
web前端
西门催学不吹雪ㅤ
这个作者很懒,什么都没留下…
展开
-
jquery
checkbox 选择事件 $('.xxx').on('change', function(){ }); 获取值 .is(":checked") 赋值 .attr('checked', false) 根据值选择 $("input[type='checkbox']:checked") sleep function sleep(ms) { return new Promise(resolve => s...原创 2020-05-25 09:33:13 · 223 阅读 · 0 评论 -
angularjs
angularjs: $location.absUrl(); 当前页面的url $http app.service app.filter Select: ng-options="x for x in names" [{a: c, b: d},{a:c, b: d}] ng-options="x for (x,y) in sites" {a: b, c: d} ng-repeat="x in names" ...原创 2020-05-25 09:22:47 · 139 阅读 · 0 评论