Selasa, 30 Juli 2013

PHP Indonesia - Facebook: [ask jquery mobile] $(".beli").on('click', functio...

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/ 
[ask jquery mobile] $(".beli").on('click', functio...
Jul 30th 2013, 23:22, by Sandi Racy

Sandi Racy 11:22pm Jul 30
[ask jquery mobile]
$(".beli").on('click', function(){
var idProduk = $(this).data('idproduk');
$.ajax({
type:"POST",
url:"<?php echo base_url('keranjang/tambah'); ?>",
data:"idProduk = "+idProduk,
success:function(){
});
});

/* http://localhost/web/keranjang/tambah */
<?php echo $this->input->post('idProduk'); ?>

idProduk kok gak ke kirim yah ?

Eko Prasetyo 11:29pm Jul 30
kalo kata dokumentasi ini http://api.jquery.com/jQuery.ajax/#sending-data-to-server
format data: "key1=value1&key2=value2"
gak make spasi.

Kalo gak kirimnya dalam bentuk json
data: {idProduk: idProduk}

Sandi Racy 11:30pm Jul 30
ia gan, ternyata harus dikirim dalam bentuk json :D
thanks gan :D

Sandi Racy 11:31pm Jul 30
oh ia bner, ternyata gak boleh pake spasi juga :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