Issue 1766: Duplicate click events
Status:  Invalid
Owner: ----
Closed:  Aug 2013
Reported by ngochai5...@gmail.com, Apr 3, 2013
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
Please Help me!!!
Aug 24, 2013
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Invalid