LogoThai.COM

ขายโปรแกรมระบบงานคลินิกทำงานผ่านเวป => บันทึกเขียนโปรแกรม => ข้อความที่เริ่มโดย: LesCop ที่ 14 มกราคม 2557 09:34:16

LOGOthai.com

คลิกที่นี่ -->> เปรียบเทียบทำเลและราคาที่ดินวังน้ำเขียวผ่าน GooleMAP | คลิกที่นี้ -->> Upload ภาพ



หัวข้อ: PhoneGap แสดงข้อมูลเมื่อ Select จาก SQLite
เริ่มหัวข้อโดย: LesCop ที่ 14 มกราคม 2557 09:34:16
บันทึกการ Select ข้อมูลจาก SQLite
โค๊ด:
//- - - Loop แบบ Each
function queryDB(tx){
dbShell.transaction(function(tx){
tx.executeSql("select id, title, body, updated from notes order by updated desc",[],
function(tx, results){
if (results.rows.length>0){
var s = "";
$.each(results.rows,function(index){
var row = results.rows.item(index);
s += "<li><a href='edit.html?id="+row.id + "'>"+row.title + "</a></li>";
}
$("#noteTitleList").html(s);
$("#noteTitleList").listview("refresh");
}
}
}
}
//- - - Loop แบบ For
function queryDB(tx){
dbShell.transaction(function(tx){
tx.executeSql("select id, title, body, updated from notes order by updated desc",[],
function(tx, results){
if (results.rows.length>0){
var s = "";
for(var i=0; i<results.rows.length; i++){
var row = results.rows.item(i);
s += "<li><a href='edit.html?id="+row.id + "'>"+row.title + "</a></li>";
}
$("#noteTitleList").html(s);
$("#noteTitleList").listview("refresh");
}
}
}
}


:: ข้อตกลงร่วมกัน ::
ห้ามโพสต์รูปลามก หรือสิ่งผิดกฏหมายทุกประเภท
ห้ามโพสต์ข้อความที่ทำให้ผู้อื่นเสียหาย ห้ามใช้วาจาไม่สุภาพ หรือด่าทอ ข้อความหรือเนื้อหาที่เกิดขึ้น ผู้โพสต์ต้องเป็นคนรับผิดชอบเท่านั้น หากเราตรวจสอบว่ามีการโพสต์รูปลามก หรือทำสิ่งผิดกฎหมาย
เราจะลบโพสต์ทันทีโดยไม่ต้องแจ้งให้ทราบล่วงหน้า




คลิกที่นี่ -->> จัดพระของขวัญเข้ารุ่นและพิมพ์