<button class="hx-btn hx-positive" id="dropdown-example-1">Button</button>
dropdownExampleContent = "<div style='padding:10px;'>Example content!</div>"
dropdownExample1 = new hx.Dropdown("#dropdown-example-1", dropdownExampleContent)
ddContent = '<div>Some content</div>';
ddContent = '<div>Some content</div>';