| Issue 1766: | Duplicate click events | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I have a problem with fullcalendar, please help me
Example:
$('#calendar2013').fullCalendar({
select: function(startDate, endDate, allDay ){
alert('Show Dialog 1');
},
eventRender: function(event, jsEvent, view){
//......my code
$('td .fc-day-content .mylink').click(function(){
alert(Show Dialog 2)
})
}
});
I want to click on class my link, Dialog 2 will be shown and Dialog 1 will not be shown. (my link class's z-index is bigger than fc-cell-overlay class )
But the current situation:
When I click my link class, Dialog 1 appeared before Dialog 2.
Sorry about my english.Thank you.
Apr 3, 2013
#1
ngochai5...@gmail.com
Aug 24, 2013
(No comment was entered for this change.)
Status:
Invalid
|
|
| ► Sign in to add a comment |