1

I have the following code:

<div class="someClass">
    <input class="myInput"/>
</div>
<div>
    <ul class="myList">
        <li></li>
    </ul>
</div>

What I'd like to do is change a property on the <ul> when input:focus

Possible or not possible? Thanks for any responses.

Slbox
  • 7,771
  • 10
  • 42
  • 90

0 Answers0