// 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
- MySQL
- observer 매개변수 전달하기
- graphql-php
- laravel-test
- Python
- addMonth
- laravel-kafka
- redis
- php
- exception-test
- password-manager
- Laravel
- addMonthWithoutOverflow
- session+token authorize
- POP3
- 자바스크립트
- l5-swagger-response
- 라라벨
- django
- 메일
- l5-swagger
- eloquent-observer
- 정규식
- vim
- graphql
- bitwarden-cli
- aaa패턴
- 테스트_다중트랜잭션
- php-laravel
- 정의
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |