Custom jquery not code not working in wordpress

The issue is with your html structure. It should be

<ul>
   <li>
      <ul>
        <li><a href="">Somwthing</a></li>
      </ul>
  </li>
</ul>