728x90
1. touchEnabled : (navigator.maxTouchPoints > 0)
$('.slider').bxSlider({
...
touchEnabled : (navigator.maxTouchPoints > 0),
});
2. touchEnabled : false
$('.slider').bxSlider({
...
touchEnabled : false,
});'js' 카테고리의 다른 글
| [jQuery] 동적 append css 추가하기 (0) | 2022.03.17 |
|---|---|
| [jQuery] 간단한 tab 메뉴 사용하기 (0) | 2022.03.16 |
| [JavaScript] FormData() key value 확인 하는 방법 (0) | 2022.02.21 |
| [Gson / JsonObject] json.addProperty 값 출력 (0) | 2022.02.16 |
| [javaScript] .tif File 불러오기 (0) | 2022.02.15 |