hi,
I am using split button.
I want to display content inside the split button dynamically(ul content) from database.
I am trying some thing like
<button id="splitbuttonnormal">Save</button>
<ul id="menu1">
</ul>
in "menu1" I want to display the menu items from the database.
and I want to get the selected menu item id when i click on the menu item.