|
|
|
javascript เรียกใช้ id ไปอีกหน้าเมื่อเลือกยังไงคะ เพื่อให้แสดง popup |
|
|
|
|
|
|
|
function detail_list(id){
$('#calendarmodal').on('show.bs.modal', function (e) {
var event = calendar.getEventById(id)
$("#calendarmodal-title").html(event.title);
$("#calendarmodal-detail").html(event.extendedProps.detail);
});
$("#calendarmodal").modal();
}
อันนี้เป็นฟังก์ชันรับค่ามาอ่ะค่ะ แต่หนูเลือก id ผ่าน มันออกแค่ข้อมูลแรกของดาต้าเบสค่ะ
|
ประวัติการแก้ไข 2020-10-29 13:44:57
|
|
|
|
Date :
2020-10-29 13:44:13 |
By :
natchaauk |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองเป็นแนวทางดูนะครับ ผิดพลาดประการใดขออภัยนะครับ
|
|
|
|
|
Date :
2020-10-29 18:24:51 |
By :
NIRUTB |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|