IE9에서 jquery css height 버그가 있다.
jQuery(".mainDiv").css("height", jQuery(window).height()-95); 라고 쓰면 먹통인데
구글링을 통해서 ie9에서 jquery height에 버그가 있다는걸 인지하고
jQuery(".mainDiv").height(jQuery(window).height()-95)
라고 바꾸니 잘 작동하였다.
'World Wide Web > jquery' 카테고리의 다른 글
jquery.color.js 사용법 (0) | 2014.01.15 |
---|---|
$(document).ready(function(){})와 $(function(){}) (0) | 2014.01.06 |
해당 div에 mouse disable처리하기 (0) | 2013.07.22 |
jquery 마우스 좌표 구하기 (0) | 2013.07.12 |
제이쿼리 팝업창 가운데로 위치 시키기 (0) | 2013.06.21 |