2016年8月11日

摘要: myUrl = "http://localhost:8090/api/test?callback=JSON_CALLBACK";$http.jsonp(myUrl).success( function(data){ alert(data); });1.angularJS中使用$http.jsonp函 阅读全文
posted @ 2016-08-11 11:04 孤独求约 阅读(128) 评论(0) 推荐(0)
摘要: 1.解决IOS safari在input focus弹出输入法时不支持position fixed的问题 $('input').focus(function(){ var _this = this; //无键盘时输入框到浏览器窗口顶部距离 var noInputViewHeight = $(wind 阅读全文
posted @ 2016-08-11 11:01 孤独求约 阅读(180) 评论(0) 推荐(0)

导航