I'm attempting to remove the inline style beside dropdown-menu attribute.
<ul role="menu" class=" dropdown-menu" style="display: none;">
I tried using jQuery(".dropdown-menu").removeAttr("style");
but it won't remove. What other way to remove this inline display none?
Please refer to the attached image