Posts by Lucas Porto • 11 points
1 post
-
1
votes2
answers128
viewsA: Why do onclick events on table lines not work after loading?
As much as it has a function onclick, the click cursor only appears on a button or a <a>. To appear in other elements, you should put in CSS: .classe-ou-id-do-elemento { cursor: pointer; } If…