Skip to content

Instantly share code, notes, and snippets.

@hmbashar
Created June 18, 2019 23:28
Show Gist options
  • Save hmbashar/f2a95f55901aeaef43e90a5d7c81699e to your computer and use it in GitHub Desktop.
Save hmbashar/f2a95f55901aeaef43e90a5d7c81699e to your computer and use it in GitHub Desktop.
Add Down Array after content in dropdown menu
// Add Down Array after content in dropdown menu
jQuery("main-manu ul ul").parent("li").children("a").append('<i class="fa fa-angle-down"></i>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment