$("br").remove();
I know the above..
But how could I specify the above code to run between @media(max-width:700px) and (min-width:100px)
..ONLY!
JS Fiddle (note that the fiddle has min width of 200px so the fiddle could reach it...)
@media only screen and (min-width: 100px) and (max-width: 700px) {
br {
display: none;
}
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With