Rabu, 24 Juli 2013

PHP Indonesia - Facebook: Assalamualikum gan mau nanya nih kalau penjumlah a...

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. NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Assalamualikum gan mau nanya nih kalau penjumlah a...
Jul 25th 2013, 02:51, by Albiansyah Dimarcha Nurman

Albiansyah Dimarcha Nurman 2:51am Jul 25
Assalamualikum
gan mau nanya nih kalau penjumlah array di java script gimana ya ?
contoh:
ini ada text nah text ini di looping seperti addrow bagai mana
caranya untuk menjumlahkan isi text tersebut ?
<input type="text" name="jumlah[]" class="number" size="5"/>

Terima Kasih Gan..

Andri Satria 2:54am Jul 25
Ouh gitu bil...

Albiansyah Dimarcha Nurman 2:56am Jul 25
iya gtu ndri..

Rifan E. R 3:16am Jul 25
punyaku jquery: function calcY(iCol) {
var total = 0;
$("#subdetail tr").find("input[id='"+iCol+"[]']").each(function() {
total += floatVal($(this).val());
});
return total;
}

Rifan E. R 3:19am Jul 25
floatVal, buatan sendiri

Albiansyah Dimarcha Nurman 4:06am Jul 25
harus ada file jquery yg dibutuhkan lagi mas ?

Cahya Dsn 4:18am Jul 25
iseng pake jquery :

var total = 0;
$(".number").each(function() {
total += parseFloat($(this).val());
});
alert(total);

//.. )*SK inputan yg dijumlahkan yang ber class 'number'

Albiansyah Dimarcha Nurman 4:25am Jul 25
oke mas dicoba.. hehe

Albiansyah Dimarcha Nurman 4:29am Jul 25
mas Cahya Dsn: yag harus ditambahkan di text apa saja ya ?
maaf newbie.. hehe

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