How to change image with onmouseover in different place that reverts back to default image on the site?

后端 未结 4 911
南方客
南方客 2021-01-20 02:38

I\'m no expert in this so excuse me if this is very basic but I couldn\'t find answers.

So I want to have navigation section with categories on the left side of the

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-20 03:13

    I would hide all the values in data-* attributes, so I could re-use the same functions. For example,

    
    
        
            
            Cats
            
        
        
            
            

    You should also consider attaching the listeners in JavaScript rather than using on* attributes, as it means you can completely seperate your JavaScript from your HTML.

提交回复
热议问题