Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"Bootstrap Modal Shon on Section id "
Bootstrap 4.1.1 Snippet by
Shivamsemisetia
4.1.1
Preview
HTML
CSS
JS
View Full Screen
Fork
Fork this
812
 
0 Fav
Post to Facebook
Tweet this
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <section></section> <section></section> <section></section> <section id="section_id"></section> <section></section> <div class="modal" id="scroll_modal" role="dialog" displayed="false"> <div class="modal-dialog modal-dialog-centered modal-lg"> <div class="modal-content"> <!-- Modal body --> <div class="modal-body"> <div class="close_bx"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><img src="img/close.png" alt="" class="img-fluid"></button> </div> <div class="s_md_cn"> <h2>Scroll Modal Show Bootstrap</h2> </div> </div> </div> </div> </div>
html, body { height: 100%; margin: 0; } section { height: 100vh; } section:nth-child(1) { background: lightblue; } section:nth-child(2) { background: lightgreen; } section:nth-child(3) { background: purple; } section:nth-child(4) { background: red; } section:nth-child(5) { background: yellow; }
$(window).scroll(function() { var position = $("#section_id").offset().top if ($(document).scrollTop() > position && $("#scroll_modal").attr("displayed") === "false") { $('#scroll_modal').modal('show'); $("#scroll_modal").attr("displayed", "true"); } }); $('#scroll_modal').on('shown.bs.modal', function () { $('html').css('overflow','hidden'); }).on('hidden.bs.modal', function() { $('html').css('overflow','auto'); });
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76