Kamis, 31 Oktober 2013

PHP Indonesia - Facebook: gan sorry mau nanya ane kan pake ini buat ambil ni...

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/ 
Marketing Mobile Apps

This online course focuses on marketing efforts that will increase your app's exposure and establish a mobile app marketing plan. Enroll today for $99.
From our sponsors
gan sorry mau nanya ane kan pake ini buat ambil ni...
Oct 31st 2013, 06:43, by Danura Aditya

Danura Aditya 6:43am Oct 31
gan sorry mau nanya ane kan pake ini buat ambil nilai dari input text
var nilai=tri.find('input:text').eq(0).val();
nah kalo Misal ane mau ambil dari <select
bagaimana yah
thks gan

Jaya Dianto 6:53am Oct 31
pake jquery atau javascript ?

kalo pake jquery, selectnya tambahin id,
untuk ngambil valuenya jadi gini

$('#id_kamu').val();

Danura Aditya 6:54am Oct 31
ane pake javascript gan ???

Jaya Dianto 6:55am Oct 31
ok selectnya tambahin id.gini ngambilnya

var e = document.getElementById("id_kamu");
var isi = e.options[e.selectedIndex].value;

Danura Aditya 6:57am Oct 31
ga Bisa juga gan
nb : ane pake ini gan ini di looping
<select name="nilai[]" id="nilai_i$i">
<option value="mandiri" class="person">MANDIRI</option>
<option value="bca" class="person">BCA</option>
<option value="cash" class="person">CASH</option>
</select>

Jaya Dianto 7:01am Oct 31
coba minta script lengkapnya, soalnya untuk looping, harus dinamis select idnya.

Gembel Berkelas 7:59am Oct 31
select nya kasih event onchange,,, namanya juga select, punya pilihan value,

Firman Syah 8:06am Oct 31
pakek jquery juragan. untuk mengurangi penderitaan.

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