views:

388

answers:

4

Has anyone taken the jQuery split-button buttonset() functionality to make a ready-to-use SplitButton plug-in with the dropdown-menu functionality already built-in, and which is also theme-savvy?

A: 

You mean like jQuery UI .button()?

Bradley Mountford
A: 

@Bradley: since I don't see any 'comment' link I will have to answer your reply/question with an answer.

I was indeed referring to jQuery UI .button() when I wrote "the jQuery split-button buttonset() functionality" but it's not clear to me how the jQuery UI .button() has "the dropdown-menu functionality already built-in". It looks to me just like two buttons yoked in a buttonset with events, but not with any ready-made dropdown menu feature as, say, the YUI split-button does. If the dropdown-menu functionality is there built-in, I would be very grateful for your pointing it out to me.

Tim
A: 

You might like this: splitbutton

Modofodo
A: 

Look at this tutorial: http://jquery-easyui.wikidot.com/tutorial:splitbutton. It may help you.

vmaksym