Minggu, 08 September 2013

PHP Indonesia - Facebook: [ask]permisi gan, gimana cara pengalamatan submit ...

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/ 
Refresh your vocabulary.

Learn a new word everyday by subscribing to Word of the Day. A great tool if you're studying for the GRE, GMAT or LSAT, or simply want to enhance your lexicon.
From our sponsors
[ask]permisi gan, gimana cara pengalamatan submit ...
Sep 8th 2013, 17:53, by Rere Saputra

Rere Saputra 5:53pm Sep 8
[ask]permisi gan, gimana cara pengalamatan submit pada json?
nggak mau input, edit ama delete gan -_-

$.getJSON ('modul/aksi.php',{action:'get_mhs',nim:nim},
kode untuk input edit dan delete ane simpan di modul/aksi.php
mohon pencerahan gan

function doaction( celDiv, id ) {
$( celDiv ).click( function() {
var nim = $(this).parent().parent().children('td').eq(0).text();
$.getJSON ('modul/aksi.php',{action:'get_mhs',nim:nim}, function (json) {
$('#nim').val(json.nim);
$('#nama').val(json.nama);
$('#alamat').val(json.alamat);
});
$('#nim').attr('readonly','readonly');
$('#input').attr('disabled','disabled');
$('#edit, #delete').removeAttr('disabled');
});

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