Closed GoogleCodeExporter closed 9 years ago
Err, I might have been confusing. I mean, the actual event (not the element!)
should
be passed to the callback, along with the Calendar Event information.
like...
link.click(function(e) { defaults.onEventLinkClick(e, event);
e.stopPropagation(); });
The mouse click event info "e" is passed to onEventLinkClick too :)
Original comment by insolen...@gmail.com
on 21 Jul 2009 at 11:45
I have this is a next version, instead of just calling extension methods at the
right
time I am binding those methods to clicks using jQuery.Bind. This will return an
object that contains the original dom event along with the calendar event
object in
it's data structure.
Original comment by k.leneau@gmail.com
on 23 Jul 2009 at 3:20
Sounds good, thanks for all the work/quick reply :)
Original comment by insolen...@gmail.com
on 24 Jul 2009 at 7:45
Original comment by k.leneau@gmail.com
on 12 Aug 2009 at 7:30
Original issue reported on code.google.com by
insolen...@gmail.com
on 21 Jul 2009 at 11:42