Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Need Help In JQuery Reply To: Need Help In JQuery

#241795
amanda_
Participant

You might want to try putting your functions into an if statement.

if ($(window).width() > 768) {
//functions go here
}