You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* creates a split button UI component using jquery ui 1.8.x's menu and button groups. See comment about potential
* changes in jquery ui 1.9.x.
*
* @see http://jqueryui.com/demos/button/splitbutton.html for a non-functional example
* @see https://raw.github.com/jquery/jquery-ui/5f4a6009e9987842b3a970c77bed0b52f7e810e2/demos/button/splitbutton.html for the code used for this plugin.
*
* @param options.selected closure to execute upon menu item selection (default: execute the link href)
* @param options.showMenu closure to show context menu (default: show the menu relative to the button)