dropdown-button
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:
# Combo Button

Just another combo button widget. Very minimal, uses CSS to control display, so the apperance is decoupled.

## HTML

    
    
  • Option 1
  • Option 2
## jQuery // Looks for next elemnt to be the options list. $("#my-button").combobutton(); // or, supply the options list. $("#my-button").combobutton({ options: $("#my-button + ul") }); ## Events Click events are triggered on the button element and are namespacned to "combo", e.g.: button.combo. The action is passed as a parameter to the event handler. - The data-combo-button-action attribute, - The item id, or, - The item text, with spaces replaced with hypens. $("#my-button").on("click.combo", function (e, action) { /* do stuff */ });

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。