javascript - bootstrap model popup not working -


i have integrated bootstrap modal function on site. there seems glitch modal. actual pop not appearing seeing class changes in inspector element. click here

click on frq square in demo.

<button href="#" class="btn btn-lg black" data-toggle="modal" data-target="#frqmodal">   <img src="#"> </button>  <div class="modal fade in" id="frqmodal" tabindex="-1" aria-labelledby="frqmodal" aria-hidden="true" style="display: none;">   <div class="modal-content">     <div class="container">       <button type="button" class="modal-button" data-dismiss="modal" aria-label="close">         <span aria-hidden="true" class="modal-button-close">×</span>       </button>       <div>         <div class="modal-frq-logo">           <img src="#">         </div>         <div class="col-sm-12 right modal-subheading">          </div>       </div>       <button class="col-sm-12 modal-button-more" type="button">         <a href="{frqs}}" aria-label="close" data-target="#frqmodal"><span>more frqs</span></a>       </button>     </div>   </div> </div> 


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -