Created
June 18, 2019 23:28
-
-
Save hmbashar/f2a95f55901aeaef43e90a5d7c81699e to your computer and use it in GitHub Desktop.
Add Down Array after content in dropdown menu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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