Hi,
I'm have experience in Javascript but not in the UI design/CSS, so maybe what I need to do is very simple, but because of my knowledge is complicated for me.
I need to create a 'component', that has 2 or 3 buttons together and they behave like radio buttons, meaning only one can be clicked on every time.
I found that what I need is developed in JQueryUI in:
http://jqueryui.com/button/#radio
and in:
http://twitter.github.com/bootstrap/components.html#buttonGroups

This is exactly what I need, this can be customized(add iccons/texts..), beacuse my component needs also the behavior of when mouse over, on click, I need to set icons.

I was wandering, If I what to create this my self:
how to start?
Like I mentioned maybe to someone with experience will be a few minutes of work, not for me.
I need your help?
I want to create the component from scratch without using libraries.
Thanks in advanced

Member Avatar for LastMitch

This is exactly what I need, this can be customized(add iccons/texts..), beacuse my component needs also the behavior of when mouse over, on click, I need to set icons.

The second link already provide you the CSS codes. I mean you can't get any easier than that. The JQuery is provided already.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.