angularJs
文章平均质量分 73
艾斯德斯的博客
这个作者很懒,什么都没留下…
展开
-
angularJS-打开新的标签页
angularJS-打开新的标签页 打开新的标签页 var pro = angular.module("myPro",[]); pro.controller("myProController",["$scope","$location",function($scope,$location){ $scope.click_this = function()原创 2017-09-06 20:29:55 · 6441 阅读 · 0 评论 -
angularJS-实现选项卡功能
angularJS-实现选项卡功能 *{padding: 0;margin: 0;} ul,ol{list-style: none;} ul li{width:50px;height: 30px;line-height: 30px; float: left;text-align: center;border: 1px solid #000000;cursor:p原创 2017-09-06 20:59:47 · 1143 阅读 · 0 评论 -
angularJS-实现锚点跳转实例
angularJS_实现锚点跳转实例*{padding: 0;margin: 0;}ul,ol{list-style: none;}body{background-color: #414246;}::-webkit-scrollbar{width: 7px;height: 4px;}::-webkit-scrollbar-track{border-radius:0原创 2017-09-03 21:36:34 · 1008 阅读 · 0 评论 -
angularJS-实现放大镜效果
angularJS-实现放大镜效果*{margin: 0;padding: 0;}.content{width: 800px;height: 400px;position: relative;border:1px solid red;}.left{width: 400px;height: 400px;cursor: pointer;}.left img{width: 1原创 2017-09-02 20:26:46 · 1251 阅读 · 0 评论 -
angularJS-实现下载安装包的功能
angular-实现下载安装包的功能*{padding: 0;margin: 0;}ol,ul{list-style: none;}a{display:block;margin: 200px 0 0 500px;}下载安装包var pro = angular.module("myPro",[]);pro.controller("myProCo原创 2017-09-04 20:24:09 · 1180 阅读 · 0 评论 -
angularJS-实现内容添加或移除
angularJS-实现内容添加或移除 *{padding: 0;margin: 0;} ol,ul{list-style: none;} body{background-color: #414246;} .box{width: 500px;height: 300px;border: 1px solid #000000;margin: 100px auto;ba原创 2017-09-14 21:14:57 · 1525 阅读 · 0 评论 -
angularJS-滚动到底部触发事件
angularJS-滚动到底部触发事件 *{margin: 0;padding: 0;} ol,ul{list-style: none;} .box{width: 500px;height: 500px;border: 1px solid gray;margin: 100px auto;overflow-y: auto;} .box ul{display:原创 2017-12-05 09:17:03 · 5006 阅读 · 1 评论 -
angularJS-实现文本框的复制功能
angularJS-实现文本框的复制功能 *{margin: 0;padding: 0;} ol,ul{list-style: none;} .box{width: 500px;height:150px;border: 1px solid gray;margin: 100px auto;padding-top: 20px;} .box input{widt原创 2017-12-05 09:19:24 · 3702 阅读 · 0 评论