Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- CVS
- JavaScript
- 블로그 수익화
- Eclipse
- Adobe pdf reader
- oralce
- HTML
- 블루수국그림
- flash
- 블로그 조회수 늘리기
- 블로그 방문자 늘리기
- JSP
- Administrator
- Jexcel
- MySQL
- Jrun
- 국민연금
- 갑근세
- 소득세
- CSS
- IIS
- .NET
- 블로그 조회수
- PHP
- 인테리어그림
- MSSQL
- Vista
- samba
- 에덴미술
- 즐겨찾기 추가
Archives
- Today
- Total
I LOVE EJ
구글 jquery 이용 본문
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
</head>
<body>
<script type="text/javascript">
alert('jquery' + jQuery.fn.jquery);
</script>
</body>
</html>
실행하면 jquery 버전이 표시된다.
'Web publishing > jQuery' 카테고리의 다른 글
[jQuery] stopPropagation, preventDefault, return false 간의 차이점 (0) | 2013.03.20 |
---|---|
jquery 스크롤바 (0) | 2013.03.05 |
자바스크립트 소스 (0) | 2013.02.27 |
jquery , prototype 충돌 방지 (같이 사용 하는 방법) (0) | 2010.11.23 |
(jQuery) 이미지 카운터 실시간 갱신하기 (0) | 2010.03.22 |