<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script>
jQuery( document ).ready(function( $ ) {
$('body').prepend('<h1>Hello world</h1>'); <--!
});
</script>
'오락기 > js' 카테고리의 다른 글
Element id (0) | 2017.04.17 |
---|---|
js_jquery_DOM (0) | 2017.04.06 |
DOM_document.query (0) | 2017.04.06 |
DOM_document.getElement (0) | 2017.04.06 |
location (0) | 2017.04.04 |