soundasleep / jquery-dropdown

Bootstrap-style dropdowns with some added features and no dependencies.
Other
767 stars 268 forks source link

Dropdown buttons on ajax. #125

Closed marksamp closed 7 years ago

marksamp commented 7 years ago

Hi, i have some dropdown buttons that are loaded by jquery ajax. How can i force the plugin to get this new dropdown buttons to work? Thanks in advance.

claviska commented 7 years ago

See the API section in the docs:

$('#trigger').jqDropdown('attach', '#menu-id');