Skip to content

Instantly share code, notes, and snippets.

@zachmayberry
Created March 23, 2013 03:44
Show Gist options
  • Save zachmayberry/5226351 to your computer and use it in GitHub Desktop.
Save zachmayberry/5226351 to your computer and use it in GitHub Desktop.
A simple reminder of the difference between disabling ajax cache in Zepto from what I'm used to in jQuery.
$.ajaxSettings.cache = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment