Changing background color of all elements with the same class

后端 未结 3 1348
天命终不由人
天命终不由人 2020-12-11 16:17

I have a link and a table row that have matching classes. When the link is clicked, I would like to change the background color of the row with the same class. For each ca

3条回答
  •  执笔经年
    2020-12-11 16:40

    You have several errors. You mixed classes with ids and also the class property is actually className

    
    
    change first row
    change second
    
    
    test1
    test2

    Check this jsfiddle

提交回复
热议问题