摘要:
当行省略号: 阅读全文
摘要:
官网:http://my97.net/dp/index.asp 百度网盘:http://pan.baidu.com/s/1c20y7uC 只显示月份 <input name="costMonth" class="form-control" style="width: 110px;" placehol 阅读全文
摘要:
<script src="lib/mui/js/mui.min.js"></script> <script src="lib/mui/js/mui.zoom.js"></script> <script src="lib/mui/js/mui.previewimage.js"></script> 导入 阅读全文
摘要:
https://github.com/paveisistemas/ionic-image-lazy-load <script src="lib/ionic/js/ionic-image-lazy-load.js"></script> 加载到你的模块: angular.module('yourapp' 阅读全文
摘要:
$scope.loadMore = function() { $(".dbload").show(); console.log(num) if(pageindex<num){ pageindex++; newssever.getissuelist("19",pageindex,pagesize,fu 阅读全文
摘要:
.controller('NewsCtrl', ["$scope", "$ionicHistory", "$http","$timeout", "newssever", $scope.goback=function(){ $ionicHistory.goBack();} 通过 $ionicHisto 阅读全文
摘要:
在模板中直接: 在ionic中直接使用: <p class="contentwen" ng-bind-html="detial.content"></p> //转译了html 默认情况下,AngularJS对会对插值指令求职表达式(模型)中的任何HTML标记都进行转义,例如以下模型: $scope. 阅读全文
摘要:
链接:/tab/newsview?id=58 .controller('NewsViewCtrl', ["$scope", "$location","$ionicActionSheet", "$http","$timeout","$stateParams","newssever", var cid 阅读全文
摘要:
trigger(type) 在每一个匹配的元素上触发某类事件。 返回值:jQuery 参数: type (String): 要触发的事件类型 示例: $("p").trigger("click") 1.trigger() 触发事件 这个方法是jQuery 1.3中新增的一个引起触发事件的函数。 这里 阅读全文
摘要:
var app = angular.module("app",[]); app.run(function ($rootScope,$http) { $http.jsonp("http://127.0.0.1:8888/demo?callback=JSON_CALLBACK").success(fun 阅读全文