<html> <head> <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.min.js"></script> </head> <body> <script> // jQuery 정보 //alert("jQuery " + jQuery.fn.jquery); // jQuery ---> $ alert("jQuery " + $.fn.jquery); </script> </body> </html> - write by 꼬마갱이 2012.10.30 -