i read some topics but they are was not helpfully
i have 4 script like
<script src="http://kleaz.com/fsc/three.min.js"></script>
<script src="http://kleaz.com/fsc/Projector.js"></script>
<script src="http://kleaz.com/fsc/CanvasRenderer.js"></script>
<script src="http://kleaz.com/fsc/me.js"></script>
I don't want to load these scripts on mobile devices so if my window width smaller then 780px i don't want my device will load these scripts.
how it can be possible?
scriptsasynchronously...Search about it.. Loading them with conditions will help!