Senin, 28 Oktober 2013

PHP Indonesia - Facebook: Malam mister, Mau nanya tentang Jquery atau javasc...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Start taking a college level music theory class today.

This beginner class is now accessible to aspiring musicians of all ages. Learn all of the basic concepts in an easy to follow manner.
From our sponsors
Malam mister, Mau nanya tentang Jquery atau javasc...
Oct 28th 2013, 12:47, by Kecek Purwateja

Kecek Purwateja 12:47pm Oct 28
Malam mister,
Mau nanya tentang Jquery atau javascript neh.
kalo dilihat digambar ada label kode barang dan input type text. kalo pencet tombol tambah nantinya nambah label dan input type text lagi begitu seterusnya, kalo pencet tombol kurang label dan inputan text hilang satu persatu sesuai banyaknya di pencet. mohon pencerahannya. tengkiu mistah

Prima Negara 12:49pm Oct 28
waduh... gimna bapak gradmaster ne...

Kecek Purwateja 12:50pm Oct 28
buntu otak ngurusin jquery

Ridho Prasetya 12:56pm Oct 28
Kira2 seperti ini, buat yang lebih simple dan bagus aja sendiri ya
<form action="" id="form">
<div class="row">
<label for=""></label>
<input type="text">
</div>
</form>

<a href="" id="tambah">tambah</a>

<script>
(function() {
var tambah = $('#tambah'),
form = $('#form'),
tambahan = $('<div>').addClass('row'),
label = $('<label>').appendTo(tambahan),
input = $('<input>').appendTo(tambahan);
tambah.bind('click', function() {
tambahan.appendTo(form);
});
})();
</script>

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar