摘要: var app = angular.module('myApp1', []); app.controller('newOrderView', function($scope,$location,$http) { });$location 的参数导致的去掉就行了http://localhost:633 阅读全文
posted @ 2016-06-12 10:37 盗梦者 阅读(492) 评论(0) 推荐(0) 编辑
摘要: $http.post("../jzgCar_listAllJzgCar.do?data={parentId:"+value+"}")value 是参数,都是双引号 阅读全文
posted @ 2016-06-07 15:24 盗梦者 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 2种写法 <script type='text/javascript' src='<?php echo get_template_directory_uri().'/js/jquery-1.4.2.min.js';?>'></script> /wp-content/themes/pingraphy/ 阅读全文
posted @ 2016-05-31 15:23 盗梦者 阅读(2133) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-05-27 17:19 盗梦者 阅读(149) 评论(0) 推荐(0) 编辑
摘要: PartnerHead3.html 后面多了一个点 阅读全文
posted @ 2016-05-24 14:23 盗梦者 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 用户名:HGF要设置您的密码,请访问以下地址:<rp&key=pOWENbOAYJDkbwXucKZP&login=HGF>; wp-includes 文件下面的pluggable.php 文件 阅读全文
posted @ 2016-05-23 15:48 盗梦者 阅读(163) 评论(0) 推荐(0) 编辑
摘要: $('.screen_li:gt(3)').hide(); 阅读全文
posted @ 2016-05-17 11:21 盗梦者 阅读(151) 评论(0) 推荐(0) 编辑
摘要: $.ajax({ type: 'GET', // 这是请求的方式 可以是GET方式也可以是POST方式, 默认是GET url: ' xxx.php ', // 这是请求的连接地址 一般情况下这个地址是后台给前端的一个连接,直接写就可以 dataType: 'json', // 这是后台返回的数据类 阅读全文
posted @ 2016-05-17 09:32 盗梦者 阅读(122) 评论(0) 推荐(0) 编辑
摘要: AngularJS 是非常棒的JS框架,能够创建功能强大,动态功能的Web app。AngularJS自2009发布以来,已经广泛应用于Web 开发中。但是对想要学习Angular JS 的人而言,只有官方文档,那是万万不够的。大多数人更愿意看一些入门视频,或者是更易于理解学习的Demo程序。因此本 阅读全文
posted @ 2016-04-22 10:36 盗梦者 阅读(256) 评论(0) 推荐(0) 编辑
摘要: $("body").on("click","#box span",function(){里面执行的东西}) span 是动态添加出来的 阅读全文
posted @ 2016-04-13 15:11 盗梦者 阅读(304) 评论(0) 推荐(0) 编辑