Posted by : Unknown Sabtu, 14 Juli 2018

<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body bgcolor="white">
<h1>Melki Mitsuki</h1><br>
<div id="tambah">tambah
</div>
<div id="remove">remove
</div>
<script>
$(document).ready(function(){
$('#tambah').click(function(){

$('#tambah').append('<div>tambah element berada di dalam dan di bagian bawah ganti append dengan prepend (untuk element berada di atas) after (eleement berada di bagian bawah tapi di luar) before (element berada di atas tapi diluar) remove (untuk menghapus elemen menurut id) empty (menghapus isi dari sebuah element menurut id)</div>');

});
$('#remove').click(function(){
$('#tambah').remove();
});

});
</script>
</body>
</html>

Leave a Reply

Subscribe to Posts | Subscribe to Comments

- Copyright © BLOG GUE WANGI - Blogger Templates - Powered by Blogger - Designed by Johanes Djogan -