隐藏的md-down无效

时间:2016-08-02 18:34:32

标签: javascript twitter-bootstrap

我试图隐藏一个模式,不会出现在手机和平​​板电脑上。

在bootstrap中,我正在使用hidden-md-down并且它正在工作,但它不再工作了,我无法改变任何事情:



$(function(){
  $('##myModal').modal('show');
});

<div class="ie-only" style="overflow-y:hidden;">
        	<div class="modal fade in hidden-md-down" id="myModal" aria-hidden="false">
            	<div class="modal-dialog modal-md custom-height-modal">
                	<div class="modal-content">
                    	        	<div class="modal-header topGrad" 
                        	<button type="button" class="close" data-dismiss="modal">x</button>
                            <h2 class="modal-header" style=""filter: alpha(opacity=200);">Outdated Browser Detected</h2><p>Our website has detected that you are using an outdated browser. Using your current browser will prevent you from accesing featuers on your website. An upgrade is not required, but is strongly recommend to improve your browsing experince on our website.<br /><br />
                            <b>Use the links below to download a new browser or upgrade your existing browser.</b></p> 
                        </div><!---Modal-Header Div--->
                        <div class="modal-body">
                        	<div class="row">
                                <div class="col-sm-offset-2 col-sm-2 overrides-col-md-offset-2 col-md-2 text-center">
                                    <div class="hidden-xs"><a target="_blank" href="https://www.google.com/chrome/browser/desktop/index.html"><img alt="Chrome" height="200px" src="/default/images/chrome.png" width="440px" /></a></div>
                        
                                    <h6><a class="text-black" target="_blank" href="https://www.google.com/chrome/browser/desktop/index.html">Chrome</a></h6>
                                </div>
                        
                                <div class="col-sm-2 col-md-2 text-center">
                                    <div class="hidden-xs"><a target="_blank" href="https://www.mozilla.org/en-US/firefox/new/?f=86"><img alt="Firefox" src="/default/images/firefox.png" /></a></div>
                        
                                    <h6><a class="text-black" target="_blank" href="https://www.mozilla.org/en-US/firefox/new/?f=86">Firefox</a></h6>
                                </div>
                        
                                <div class="col-sm-2 col-md-2 text-center">
                                    <div class="hidden-xs"><a target="_blank" href="https://www.microsoft.com/en-us/download/internet-explorer.aspx"><img alt="Internet Explorer" src="/default/images/internet_explorer.png" /></a></div>
                        
                                    <h6><a target="_blank" class="text-black" href="https://www.microsoft.com/en-us/download/internet-explorer.aspx">Internet Explorer</a></h6>
                                </div>
                        
                                <div class="col-sm-2 col-md-2 text-center">
                                    <div class="hidden-xs"><a target="_blank" href="https://support.apple.com/downloads/safari"><img alt="Safari" src="/default/images/safari.png" /></a></div>
                        
                                    <h6><a class="text-black" target="_blank" href="https://support.apple.com/downloads/safari">Safari</a></h6>
                                </div>
							</div>
                        </div><!---Modal-Body Div--->
                        <div class="modal-footer botGrad" <!---style="background-image:('/mura-6.2.6407/Regal-en-us/images/extended_bottom_provider.gif');"---> style="background-color:##4f89cc;  filter: alpha(opacity=80);">
                        	<p class="text-center"><a class="btn btn-default" data-dismiss="modal" style="filter: alpha(opacity=100);">Close</a></p>
                        </div><!---Modal-Footer Div--->
                    </div><!---Modal-Content Div--->
                </div><!---Custom Height Div--->
            </div><!---Modal Fade in Div--->
        </div><!---Start of Modal Div--->		 		
		<!--End of Modal container-->
&#13;
&#13;
&#13;

任何帮助都将不胜感激。

1 个答案:

答案 0 :(得分:1)

Bootstrap 3中,这些课程为hidden-mdhidden-smhidden-xs等。

hidden-md-down类仅存在于Bootstrap 4中。