Home › Forums › JavaScript › Need Help In JQuery › Reply To: Need Help In JQuery
May 17, 2016 at 8:18 am
#241795
Participant
You might want to try putting your functions into an if statement.
if ($(window).width() > 768) {
//functions go here
}