목록WEB/JQuery (2)
Jun's Blog
[JQuery를 활용한 달력 UI 사용해보기] 참조 URL :https://jqueryui.com/ jQuery UIjQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuejqueryui.com 실제 코드에 구현해보기script type="text/javascript"> $(document).ready(..

page language="java" contentType="text/html; charset=UTF-8"pageEncoding="UTF-8"%>DOCTYPE html>html>head> meta charset="UTF-8"> title>JQuery 테스트 01title> script type="text/javascript" src="jquery.min.js">script> script type="text/javascript"> $(document).ready(function() { console.log('호호호'); // 변수 선언시 자바 스크립트는 var 키워드를 사용합니다. var a..