Kamis, 29 Agustus 2013

PHP Indonesia - Facebook: supaya kalau cekbox tidak dicentang bila ditekan s...

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
supaya kalau cekbox tidak dicentang bila ditekan s...
Aug 29th 2013, 07:55, by Choirul Rozaq

Choirul Rozaq 7:55am Aug 29
supaya kalau cekbox tidak dicentang bila ditekan simpan, muncul pesan "Pilih data dulu",
bagaiman ya javascripnya..??

<script language="javascript">
$(document).ready(function(){
$("#simpan").click(function(){
var nis = $("#nis").checked();
if(nis.checked == false){
alert("Pilih Siswa terlebih dahulu");
return false();
}
});
</script>

yang bener bagaimana ya??

Rafi Randoni 8:08am Aug 29
var nis = $('input:checked').length;
if(nis == 0) . . . .

kaya'a gtu,,

bukan

var nis = $("#nis").checked();
if(nis.checked == false)

Choirul Rozaq 8:17am Aug 29
kok masih gak bisa ya..

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