摘要: 1、 要从H5 加标式,到APP 到的webview。 对于加标式的规则的要注意 第一: 可以用 a 标签, 加一个href 点 第二: 可以给当前元素加 点击事件。$("#c").click(function(){ window.location.href="tag?name=w"}) 标式的规则... 阅读全文
posted @ 2015-07-01 13:48 328201736 阅读(406) 评论(0) 推荐(0) 编辑
摘要: 左侧固定宽度200px 右侧宽度自动适应 阅读全文
posted @ 2015-07-01 10:08 328201736 阅读(122) 评论(0) 推荐(0) 编辑
摘要: border: 0 none; height: auto; max-width: 100%; vertical-align: middle; 阅读全文
posted @ 2015-07-01 10:07 328201736 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 第一种: 第二种: li {line-height: // 整个屏的高度vertical-align:middle; }li img{ vertical-align:middle;}第三种:li{ display:-webkit-box;-webkit-box-pack:center;-we... 阅读全文
posted @ 2015-07-01 10:06 328201736 阅读(541) 评论(0) 推荐(0) 编辑
摘要: ..如下 用一个函数封装了一个AJAX ,里面有两个参数,是需要传进来的。如果里面有一个参数n3,是GET 方式 传进来的话,需要用一个 函数 获取到,function change(N1, N2) { $.ajax({ url: "" + host + "/chang", ... 阅读全文
posted @ 2015-07-01 09:30 328201736 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 当H5 要接受 一个 操作密码或是密码是, 需要IOS 字符转义才可以用。 转义函数如下:function UrlDecode(zipStr){ var uzipStr=""; for(var i=0;i0x7f){ uzipStr+=decodeURI("... 阅读全文
posted @ 2015-07-01 09:15 328201736 阅读(2675) 评论(0) 推荐(0) 编辑