let test = 'selectTest';
$('#'+ test );
$('[index='+ test + ']');
$('.'+ test );
https://m-veloper.github.io/tip/2020/04/10/tip-javascript-17/
'프러덕트 개발과 공부' 카테고리의 다른 글
| 배열 인덱스 찾기 - indexOf vs findIndex vs find (0) | 2021.10.11 |
|---|
let test = 'selectTest';
$('#'+ test );
$('[index='+ test + ']');
$('.'+ test );
https://m-veloper.github.io/tip/2020/04/10/tip-javascript-17/
| 배열 인덱스 찾기 - indexOf vs findIndex vs find (0) | 2021.10.11 |
|---|