- 博客(4)
- 收藏
- 关注
原创 localStorage setItem getItem
localStorage.setItem("key",value) 将value保存到key字段localStorage.getItem('key') 获取key字段缺点:loaclStorage不支持ie8及以下,安全性差
2018-07-03 11:59:37 1143
原创 js获取input里的值,并判断不为空
if (undefined == $('input:radio:checked').val()) { $rootScope.Alert("系统提示", "单选题不能为空"); return; } if (''==$('textarea').val()) { $rootScope.Alert("...
2018-06-20 11:38:50 8699
原创 angular jq动态获取当前页面高度
angApp.controller('LeaderCtrl', function ($rootScope, $scope, $http, $window, $state, $modal) { //获取页面高度 var h = document.documentElement.offsetHeight || document.body.offsetHeight; $(".Al...
2018-06-14 10:46:32 1395
转载 删除chrome浏览器记住密码input自动填充背景色
/* Change the white to any color ;) */@-webkit-keyframes autofill { to { color: #fff; background: transparent; }}.login-input input:-webkit-autofill { -webkit-animation-name: au...
2018-06-12 15:46:03 731
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人