jQuery UI split button toggle - toggle both parts of the button
- by the berserker
I would like to implement a toggle splitbutton with jQuery UI that would on toggle action change the style of the "dropdown" part as well (as seen in http://jsfiddle.net/8khz2/3/ - I'd like to appear it on 1st click as white, same as "Toggle" button does).
Does anyone see a way to achieve that out of the box or only with CSS, without additional…