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!

--

You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to