$(function(){ var wdWithe = $(window).width(); if(wdWithe>768){ $(".p_navButton").click(function(){$(".p_navContent").toggle();}) } })