dieg0
Active member
Hello,
I'm trying not to load certain script when the users is on a mobile device or a small screen and this is what I have tried so far without success
Am I missing something?
I'm trying not to load certain script when the users is on a mobile device or a small screen and this is what I have tried so far without success
Code:
<div class="hiddenResponsiveMedium hiddenResponsiveNarrow">
<script src="http://xxxx.jsp?id=xxx"></script>
</div>
Am I missing something?