Skip to content

Instantly share code, notes, and snippets.

@pdr
Created September 23, 2015 20:32
Show Gist options
  • Save pdr/07033bac23e007c9826d to your computer and use it in GitHub Desktop.
Save pdr/07033bac23e007c9826d to your computer and use it in GitHub Desktop.
jQuery("[data-title]").each(function(el) { console.log(el); el.removeAttribute('data-title'); el.removeAttribute('data-field'); el.removeAttribute('data-value'); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment