Tuesday, 13 August 2013

How to see which javascrip function is triggered at any event?

How to see which javascrip function is triggered at any event?

I'm trying to modify a javascript file to fit my needs. It is a calendar
where you can select arrival a departure dates when you click in a
calendar. When you click a date a field (bellow the calendar) is populated
with that date. I need to know which function is doing that.
My first thought was to use to Chrome console but nothing happens there
when I click the calendar.
How can I get this?

No comments:

Post a Comment