Last active
December 18, 2015 09:59
-
-
Save seantunwin/5765508 to your computer and use it in GitHub Desktop.
Removing then adding CSS via locating <style> tags in the document using jQuery In this example we locate the first <style> tag and remove it while keeping reference to the content of it in a variable. When our checkbox is clicked we re-add the CSS style(s) to the docuemnt.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment