Skip to content

Instantly share code, notes, and snippets.

@matheusmurta
Last active October 8, 2019 14:10
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 matheusmurta/0916c7afb747426ac58a16ea608ef4aa to your computer and use it in GitHub Desktop.
Save matheusmurta/0916c7afb747426ac58a16ea608ef4aa to your computer and use it in GitHub Desktop.
Jquery Append Style to head
$( "<style>body { #menu-teste {\n"+
" display:block !important;\n"+
" } }</style>" ).appendTo( "head" );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment