There are three li in three uls. Each li control displays a layer The following code cannot be implemented: why? 000 000 000 div> <br> $(document).ready(function () { <br> $("#li001").click(function(){ <br> $("#001").show( ); <br> $("#002").hide(); <br> $("#003").hide(); <br> }); <br> <br> $("#li002" ).click(function(){ <br> $("#002").show(); <br> $("#001").hide(); <br> $("#003").hide (); <br> }); <br> <br> $("#li003").click(function(){ <br> $("#003").show(); <br> $(" #002").hide(); <br> $("#001").hide(); <br>Reply to the discussion (solution)<br> <br> </p> <p> </p> It is actually implemented. . I just didn't see the effect. . <br> That’s true. Thank you. <h2></h2>