jQuery 다운로드 및  도움말 다운로드


(Microsoft Visual Web Developer 2012 Express  툴 설치 필요, 인증하면 무료, jQuery 도움말 표시가능)

http://code.jquery.com/jquery-1.11.0.min.js

http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.11.0-vsdoc.js



<!DOCTYPE html>

<html>

<head>

   <script src="jquery-1.11.0.min.js"></script>

   <script src="jquery-1.11.0-vsdoc.js"></script>

   <script type="text/javascript">



   </script>

</head>

<body>

</body>

</html>

+ Recent posts