F
F
FlexibleCurd2015-11-17 15:40:01
css
FlexibleCurd, 2015-11-17 15:40:01

How to include scripts in adaptive layout?

Hello.
How can I remove/add scripts for different screen extensions? (eg disable the wow.js plugin for screens below 480px ?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
X
xmoonlight, 2015-11-17
@FlexibleCurd

stackoverflow.com/questions/31848465/how-to-load-o...
stackoverflow.com/questions/15823137/call-external...

E
Edward, 2015-11-17
@edtoken

Don't forget that there is resize and orientationchange.

M
mr_dev1l, 2015-11-17
@mr_dev1l

It's easier to include a font at certain resolutions.

var width = $(window).width();
if (width>768){
$("#slider").bxSlider();
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question