이게 꼭 찾으면 쉽게 보이진 않는듯..
보통 prototype도 $를 쓰고 jquery도 $를 써서 짬뽕나던지.. 그럴때 jquery를 딴걸로 바꿔서 쓰는건데..
$q <-- query.. ㅎㅎ 괜찮아 보임!
<script type="text/javascript">
보통 prototype도 $를 쓰고 jquery도 $를 써서 짬뽕나던지.. 그럴때 jquery를 딴걸로 바꿔서 쓰는건데..
$q <-- query.. ㅎㅎ 괜찮아 보임!
<script type="text/javascript">
jQuery.noConflict();
var $q = jQuery;
var fileFilter = /js|css|php|asp|jsp/g;
$q(document).ready(function() {
alert('1');
});
</script>
'Front-Html > Jquery' 카테고리의 다른 글
hide show (0) | 2014.02.21 |
---|---|
셀렉터 추가 제거 이전 선택 처리 (0) | 2014.02.19 |
jquery iframe load 처리 (2) | 2011.12.05 |
jQuery로 select box tag Control (1) | 2011.10.27 |
iframe 높이 자동 조절 (1) | 2011.10.19 |