// Prevent the backspace key from navigating back. $(document).unbind('keydown').bind('keydown', function (event) { var doPrevent = false; if (event.keyCode === 8) { var d = event.srcElement || event.target; if ((d.tagName.toUpperCase() === 'INPUT' && (d.type.toUpperCase() === 'TEXT' || d.type.toUpperCase() === 'PASSWORD' || d.type.toUpperCase() === 'FILE' || d.type.toUpperCase() === 'EMAIL' )) ..
유튜브 동영상을 삽입했을때 z-index 문제가 생길 때 아래 스크립트를 추가해주면 해결할 수 있다. $(document).ready(function() { $("iframe").each(function(){ var ifr_source = $(this).attr('src'); var wmode = "wmode=transparent"; if(ifr_source.indexOf('?') != -1) { var getQString = ifr_source.split('?'); var oldString = getQString[1]; var newString = getQString[0]; $(this).attr('src',newString+'?'+wmode+'&'+oldString); } else $(this).at..
http://www.zinif.com
http://lalawin.com/
잠이 안와 잠이 ㅋㅋㅋ
- Total
- Today
- Yesterday
- Laravel
- 정규식
- graphql-php
- graphql
- POP3
- 자바스크립트
- redis
- MySQL
- 정의
- 라라벨
- php-laravel
- laravel-test
- laravel-kafka
- php
- password-manager
- 메일
- addMonthWithoutOverflow
- django
- eloquent-observer
- vim
- observer 매개변수 전달하기
- aaa패턴
- session+token authorize
- l5-swagger-response
- l5-swagger
- 테스트_다중트랜잭션
- exception-test
- bitwarden-cli
- addMonth
- Python
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |