Skip to content

Instantly share code, notes, and snippets.

@seriiserii825
Created August 30, 2019 05:37
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 seriiserii825/b267ac45f3f10c046ecd38a2a27124ab to your computer and use it in GitHub Desktop.
Save seriiserii825/b267ac45f3f10c046ecd38a2a27124ab to your computer and use it in GitHub Desktop.
let removeWelcome = function(){
$('.single-menu').contents().filter(function(){
return (this.nodeType == 3);
}).remove();
};
removeWelcome();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment