|
|
|
สอบถามครับ จากตัวอย่าง code jquery ด้านล่าง จะเขียนในรูปบบ function ต้องเขียนแบบไหนครับ |
|
|
|
|
|
|
|
Code (JavaScript)
function tess(v){
var element = v;
var del_id = element.attr("data-id");
var info = 'id=' + del_id;
if(confirm("Are you sure you want to delete this?"))
{
$.ajax({
type: "POST",
url: "ajax_delete.php",
data: info,
success: function(){
}
});
$(this).parents("tr").animate({ backgroundColor: "#003" }, "slow")
.animate({ opacity: "hide" }, "slow");
}
return false;
});
}
|
|
|
|
|
Date :
2016-11-09 09:50:06 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากครับ ขอสอบถาม อีกอย่างครับ Bootstrap modal popup เราสามารถทำแบบนี้ได้หรือเปล่า ครับ คลิดที่ modal ตัวที่ 1ตัว popup ขึ้นมาก็ให้คลิก modal ตัวที่สอง
|
|
|
|
|
Date :
2016-11-09 17:36:23 |
By :
keyword2015 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้ครับ
|
|
|
|
|
Date :
2016-11-10 14:59:15 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|