自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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关注的人

提示
确定要删除当前文章?
取消 删除