Skip to content

Instantly share code, notes, and snippets.

@kazeno
Created September 13, 2016 12:43
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 kazeno/36d16dd913e241d08f41f5f15b448d85 to your computer and use it in GitHub Desktop.
Save kazeno/36d16dd913e241d08f41f5f15b448d85 to your computer and use it in GitHub Desktop.
Retrofitting jQuery prop() for jQuery > 1.6
if (typeof jQuery.fn.prop != 'function') {
jQuery.fn.prop = jQuery.fn.attr;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment