Issue 2198: Better `this` value for callbacks. Pass-in element as argument
Status:  ExportedToGithub
Owner: ----
Closed:  Aug 2015
Reported by istras...@gmail.com, Jul 5, 2014
Please do pass a reference to the DOM element when triggering the following events :

- eventClick
- eventMouseOver
- eventMouseOut

Currently only the FC event object and the jQuery event object are passed on, while on other events like eventRender the element is also passed. 

We cannot rely on using "this" to retrieve that reference because in case some modular programming style is used, the event handler can be bound to a class or an object instead of the element.
Jul 17, 2014
Project Member #1 adamrs...@gmail.com
(No comment was entered for this change.)
Summary: Better `this` value for callbacks. Pass-in element as argument (was: Tiny improvement request : pass elements in callbacks )
Status: Accepted
Labels: Type-Feature
Aug 21, 2015
Project Member #2 adamrs...@gmail.com
Discussion for this issue has moved to the following URL:
https://github.com/fullcalendar/fullcalendar/issues/2463

This is because Google Code is shutting down. Apologies if you are being pestered with these notifications. This is a one-time event.

Happy coding,
Adam
Status: ExportedToGithub