HTML code:
Days
Jquery code:
$(\'#se
That's not an error; it's a warning.
It's probably generated by code within jQuery that copies the properties of the event object to a wrapper that gets passed to your handler.
You should ignore it.