Skip to content

Instantly share code, notes, and snippets.

@tevko
Created January 9, 2015 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tevko/7f87884e84b496d06a32 to your computer and use it in GitHub Desktop.
Save tevko/7f87884e84b496d06a32 to your computer and use it in GitHub Desktop.
jQuery(window).width() > 749 ? scrollFilterStart() : rtn();
//if the case is false, do nothing by invoking the function below
function rtn() {
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment