$(document).ready(function (){ if ($(window).width() <768) { //alert("aaa"); $("header>nav").addclass("fixed-top"); } })