radio buttons act like checkboxes with jQuery
Is it possible a radio buttons group to have the functionality lik开发者_如何学Goe checkboxes? (possible jQuery solutions)
Thanks
Radio buttons that contain the same name value will be mutually-exclusive. If they all have separate name values you could play with the onclick event to set their state.
精彩评论