Active BS4 breakpoint

Was looking for some way to show bootstrap 4 breakpoint, and got this

CodeFunctionName
What is this?

Public

Tested

Imported
<!-- HTML -- >
<html >
<span id="bsbp_out" >?? </span >
</html >


<!-- Jscript -- >
<script type="text/javascript" src="if-b4-breakpoint.js" > </script >
<script type="text/javascript" >
$(document).ready(function(){
// Print bootstrap breakpoint - bootstrap width or view
$("#bsbp_out").text( breakpoint );
$( window ).resize( function(){
$("#bsbp_out").text( breakpoint );
});
</script >

Used in MyDev.net footer

Views 3,606

Downloads 1,632

CodeID
DB ID