Sliding doors radio button, how to enable click / checked?

Posted by Plexus81 on Stack Overflow See other posts from Stack Overflow or by Plexus81
Published on 2012-03-19T09:53:17Z Indexed on 2012/03/19 10:04 UTC
Read the original article Hit count: 155

Filed under:
|

How to enable radio button click on a button with 3 pictures?

http://jsfiddle.net/eeda6/8/

<div class="newsRadioButtons">
<div class="radioAll">
    <div class="radioAllLeft"></div>
    <div class="radioAllMiddle">
        <imput type="radio" checked="true" value="all" name="filter" />ALL
    </div>
    <div class="radioAllRight"></div>
</div>
<div class="radioImportant">
    <div class="radioImportantLeft"></div>
    <div class="radioImportantMiddle">
        <imput type="radio" checked="true" value="all" name="filter" />Important
    </div>
    <div class="radioImportantRight"></div>
</div>

???

Sorry for the typo error

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about css