|
|
|
แทรก Popup บน jQuery FullCalendar ยังไงครับ เมื่อคลิกที่ วันที่ ให้แสดง Popup แทนครับ |
|
|
|
|
|
|
|
ลองดูการใช้งาน eventClick ของมันดูครับ
|
|
|
|
|
Date :
2013-06-21 16:50:00 |
By :
Manussawin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$('#calendar').fullCalendar({
theme: true,
header: {
left: 'prev,next today',
center: 'title',
right: 'month'
},
eventRender: function (event, element) {
element.attr('href', 'javascript:void(0);');
element.attr('onclick', 'javascript:window.open("popup2.html","popup-name","width=700,height=500,toolbar=0, menubar=0,location=0,status=1,scrollbars=1,resizable=1,left=0,top=0");');
},
ลองดูครับ เคยเขียนไว้คร่าว ๆ ใช้ร่วมกับพวก Fancybox ก็ได้
|
|
|
|
|
Date :
2013-06-21 16:52:06 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|