Senin, 30 September 2013

PHP Indonesia - Facebook: [ASK] Secara umum kan apabila tombol OK di klik, d...

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/ 
Make fitness a way of life

Sign up at a 24 Hour Fitness near you for a 7 day free trial. Join a class and find a community!
From our sponsors
[ASK] Secara umum kan apabila tombol OK di klik, d...
Oct 1st 2013, 03:13, by Yudha Maulana

Yudha Maulana 3:13am Oct 1
[ASK]
Secara umum kan apabila tombol OK di klik, dia akan beralih ke halaman lain walaupun di controller sendiri ga dimasukin script $this->load->view //(CI)

nah pertanyaan ane biar pas di klik OK halamannya ga kemana2 gmn ya? tp fungsinya ttep jalan. trims :D

Yudha Maulana 3:15am Oct 1
keyword nya?

An Ton 3:17am Oct 1
kalau pakai google chrome coba Ctrl+Shift+J, Lihat diconsole, errornya apa ? Biasanya ada Error Javascriptnya #goodluck

Arnas Risqianto 3:22am Oct 1
pake jquery. ok nya type button
$('#btn_ok').click(function(e) {
......
e.preventDefault();
});

Wildan Tea 3:24am Oct 1
ajax post

An Ton 3:29am Oct 1
tombol OK jangan type=submit, tetapi type=button. implementasinya bisa pake #ajax, mudahnya pake #jquery

Yudha Maulana 3:33am Oct 1
itu ntar ttep masuk DB ngga gan?

Rifan E. R 3:45am Oct 1
bisa pake ajax, di controllernya dipisahin mana request dari ajax dan bukan. misalnya kalo bukan ajax cuman form aja, kalo dari ajax form + detail data dari NIM yg dimasukkan. if ($this->input->is_ajax_request()) { //proses data } else { //tampilkan form }

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