Jquery – dynamically create treeview dropdown – $(this) not working with click event
I am trying to dynamically create this bootstrap 4 dropdown (see answer by @Gerhard Gotz). The hard coded list works for me, however, I am trying to dynamically create this list and then populate it. CSS: .dropdown-submenu { position: relative;…