04—html、css、js、jq、angular等
文章平均质量分 78
zj462136
这个作者很懒,什么都没留下…
展开
-
增删改查2
angular.module("jun",[]) .controller("dd",function($scope){ $scope.people=[]; $scope.xz=false; $scope.add=function(){原创 2017-11-22 21:03:09 · 181 阅读 · 0 评论 -
增删改查
$(function(){ window.setInterval(function(){ $("tr:even").css("background-color","red") $("tr:odd").css("background-color","green")原创 2017-11-22 21:02:13 · 170 阅读 · 0 评论 -
注入
angular.module("jun",[]) .controller("dd",["$scope",function($scope){ $scope.sayHello=function(){ alert("年后") } }])原创 2017-11-19 20:11:24 · 155 阅读 · 0 评论 -
路由
路由切换页面 angular.module("jun",["ngRoute"]).config(function($routeProvider){ $routeProvider.when("/index",{原创 2017-11-19 20:10:38 · 138 阅读 · 0 评论 -
音乐分类
tr td{ border-bottom: 1px solid; margin: 1px; }原创 2017-11-19 20:07:35 · 252 阅读 · 0 评论 -
音乐播放
tr td { border-bottom: 1px solid; margin: 1px; } angular.module("jun", ["ngRoute"])原创 2017-11-19 20:06:22 · 161 阅读 · 0 评论 -
替换标题+侧滑菜单
angular.module("jun", ["ionic"]) .controller("dd", ["$scope", "$ionicSideMenuDelegate", function($scope, $ionicSideMenuDelegate) { $scope.newsData = [{原创 2017-11-19 19:58:11 · 201 阅读 · 0 评论 -
侧滑菜单.html
angular.module("jun",["ionic"]) .controller("dd",["$scope","$ionicSideMenuDelegate",function($scope,$ionicSideMenuDelegate){ $scope.toggleProjects=function(){原创 2017-11-19 19:55:34 · 1439 阅读 · 0 评论 -
tab
angular.module("jun",["ionic","ui.router"]) .config(["$stateProvider",function($stateProvider){ $stateProvider.state("aa.mp3",{ url:"music.html" //原创 2017-11-19 19:54:19 · 217 阅读 · 0 评论