Changing the style of html tag by clicking on another

后端 未结 2 1751
终归单人心
终归单人心 2021-01-26 04:20

I have the following code, the parentAppliance is part of main left nav table and on hovering over \"Appliance\" I see a subtable containing \"health\". Now I want the subtable

2条回答
  •  庸人自扰
    2021-01-26 04:50

    Try adding a onmouseover event to the parent appliance and an additional JavaScript method to reset the child display state.

    
    
        
        
    
    
    
    
    
    
    
    

提交回复
热议问题