Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 게임
- mongoose
- 공룡게임
- Queue
- AWS
- JavaScript
- nodejs
- Dinosaur
- Python
- OCR
- jest
- nestjs
- game
- Bull
- GIT
- flask
- MySQL
- 정렬
- dfs
- Sequelize
- react
- TypeScript
- 자료구조
- MongoDB
- typeORM
- Express
- Nest.js
- cookie
- class
Archives
- Today
- Total
목록mouseover (1)
포시코딩
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/bH7Gtx/btrX6hpA2K4/3gUJsDhTHuGnD0KU3sdqR1/img.png)
개요 이런 bootstrap 테이블을 만들었는데 각 row에 대해 마우스를 갖다 댈 때 하이라이트 효과를 주고 싶었다. 다행히 bootstrap에서 class에 table-active만 넣어주면 하이라이트 효과를 줄 수 있는 기능이 있어 마우스를 갖다대면 -> table-active class 추가 마우스가 벗어나면 -> table-active class 제거 위 기능만 구현시키면 해결될 것으로 보였다. 구현 프론트엔드 지식이 부족해서 구글링을 좀 해봤더니 https://stackoverflow.com/questions/74089433/want-to-add-class-when-hover-the-div-with-vanilla-javascript Want to add class when hover the d..
TIL
2023. 2. 5. 16:36