Test address one: (test successful)
http://bbs2.valueonline.cn/we...
Test address two: (test failed)
http://bbs2.valueonline.cn/we...
Determine whether it is the code of WeChat browser:
<script type="text/javascript">
$(function(){
//判断是否是微信
var is_weixn=( function(){
var ua = navigator.userAgent.toLowerCase();
if(ua.match(/MicroMessenger/i)=="micromessenger"){
return true;
}
else{
$(".header").removeClass("hide");
$(".footerMeumBox").hide();
return false;
}
})()
})
</script>
The effect you want to achieve: (the head navigation will not be displayed in the WeChat browser, and the bottom navigation will not be displayed in the ordinary browser)
**Are you sure it is the same code?
Put one code in
$(function(){})
里,一份不放,当然不放的那一份,在执行的时候找不到$(".footerMeumBox")
**Come to install the package. . liveStyle installation package, 2860342721@qq.com,,O(∩_∩)OThank you~(≧▽≦)/~ La La La.