Kamis, 01 Agustus 2013

PHP Indonesia - Facebook: biar masing" checkbox ngisi difieldnya gmn ya???

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/ 
biar masing" checkbox ngisi difieldnya gmn ya???
Aug 1st 2013, 06:40, by Aldy Asqy

Aldy Asqy 6:40am Aug 1
biar masing" checkbox ngisi difieldnya gmn ya???

Ryan Dmtry 6:44am Aug 1
input checkboxnya di bedain dengan class

<input type="checkbox" name="1" class="check1">
<input type="checkbox" name="2" class="check1">

$("input.check1:checked").each

<input type="checkbox" name="1" class="check2">
<input type="checkbox" name="2" class="check2">

$("input.check2:checked").each

Aldy Asqy 6:56am Aug 1
thnksss mass bisa :D

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