selectable: divs within li-tag

selectable: divs within li-tag

hi,
i've got a list of <li> tags. within each <li> tag there are several
divs ...
example:
<ol id="selectable">
<li>
<div id="one">one</div>
<div id="two">two</div>
<li>
</ol>
So the divs "one" and "two" are also selectees. When I click on one
div just this div is selected and not the whole <li> item. Do you have
any best practice how to select the whole <li> when I select "one" or
"two"? To put the "one" and "two" divs into a cancel-statement is no
solution for me, because they shall be used to select the whole <li>.
Thanks in advance!
--