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 | 29 |
| 30 |
Tags
- JavaScript
- 리사이즈
- 자바스크립트
- 날짜비교
- 정부 서비스 가이드라인
- virsualhost
- 301 리다이렉트
- Vanilla JS
- 비동기호출
- 디지털 정부서비스ui/ux
- 글자수제한
- SSL
- .htaccess
- 우분투 npm 설치
- iframe
- 글자 수 제한
- 애니메이트
- 배열
- selinux
- 구글뷰어
- JS
- 우분투
- 보안인증서
- MySQL
- Ajax
- post_type
- ip직접접근차단
- 정규식
- 날짜변환
- 페이지전환효과
Archives
- Today
- Total
더 나은 프로그래머가 되자
비메오 영상 음소거, vimeo mute audio 본문
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="http://jacobnewman.co.uk/test/vimeo/dist/jquery.vimeo.api.min.js"></script>
<iframe class="vimeo_player" src="https://player.vimeo.com/video/39089225" width="640" height="424" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<iframe class="vimeo_player" src="https://player.vimeo.com/video/39089225" width="640" height="424" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<script>
$(function(){
//load video muted
$(".vimeo_player").each(function(){
$(this).vimeo("setVolume", 0);
});
});
</script>
'언어 > js' 카테고리의 다른 글
| jquery form reset (0) | 2022.01.05 |
|---|---|
| 클립보드 복사 기능 exeCommand() (0) | 2020.10.07 |
| 클립보드에 복사하기,클립보드 창 띄우기 prompt (0) | 2017.02.17 |
| 빈칸 제거, 스페이스 제거 (0) | 2016.12.23 |
| checkbox 체크시 prop 사용 (0) | 2016.12.22 |
Comments