Sabtu, 19 Oktober 2013

PHP Indonesia - Facebook: hhmm sys bingung nih, sys punya code : -----------...

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/ 
hhmm sys bingung nih, sys punya code : -----------...
Oct 19th 2013, 13:09, by Thesys Plant

Thesys Plant 1:09pm Oct 19
hhmm
sys bingung nih, sys punya code :
-----------
div.append("Nama Bandara : "+data.all_airport.airport[i].airport_name+"<br>");div.append("Kota : "+data.all_airport.airport[i].location_name+"<br>");div.append("Kode Kota : "+data.all_airport.airport[i].airport_code+"<br>");div.append("<hr>");
----------
hasil yg di tampilkan seperti gambar di bawah, masih statis :'(
gmn caranya supaya berbentuk tabel atau terlihat lebih dinamis ?
search di Google Keywordnya apa ya ?
Bntuin sys ya :)
---------------------
--------------
---------
-----

Fadjrin Kurnia 1:11pm Oct 19
kurang lebih bisa kayak gini

Fadjrin Kurnia 1:11pm Oct 19
var telemetry = "<table class='table table-striped table-hover'>";
telemetry += "<tbody>";

telemetry += "<tr>";
telemetry += "<td><img src='"+pda+"'> PDA</td>";
telemetry += "<td width='5%'>:</td>";
telemetry += "<td>"+cntpda+"</td>";
telemetry += "<td><img src='"+pch+"'> PCH</td>";
telemetry += "<td width='5%'>:</td>";
telemetry += "<td>"+cntpch+"</td>";
telemetry += "</tr>";

telemetry += "<tr>";
telemetry += "<td><img src='"+iconhidup+"'> Tidak Update</td>";
telemetry += "<td width='5%'>:</td>";
telemetry += "<td>"+cnttdkupdate+"</td>";
telemetry += "<td><img src='"+iconmati+"'> Offline</td>";
telemetry += "<td width='5%'>:</td>";
telemetry += "<td>"+cntmati+"</td>";
telemetry += "</tr>";

telemetry += "</tbody>";
telemetry += "</table>";
$('#infoTelemetry').append(telemetry);

Thesys Plant 1:11pm Oct 19
sbntr y, sys coba dulu

Thesys Plant 1:16pm Oct 19
:'( ga paham kak,

Indra S Kazekage 1:22pm Oct 19
pke css aja

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