사용자:Zhuny/libre.js: 두 판 사이의 차이

편집 요약 없음
잔글 (문서를 비움)
태그: 문서를 비웠습니다. 문서 옮기기는 도구-옮기기를 이용하세요.
 
1번째 줄: 1번째 줄:
$(document).scroll(function(){
 
var L = $(".form-control").map(function(i,e){var $e=$(e);return $e.offset().top+$e.outerHeight(true);});
$(".suggestions").css({top:Math.max(L[0],L[1])});
});

2015년 8월 25일 (화) 21:24 기준 최신판