I'm attempting to inspect the "next month" arrow button on the Enabled/Disabled Dates example calendar on the following site:
http://eonasdan.github.io/bootstrap-datetimepicker/
I want to know what class or ID the next and previous month arrow buttons have assigned to them.
In Chrome, as soon as I attempt to inspect an element in the calendar, the div that the calendar resides in is removed. How would you force this div to stay open so that you can inspect elements of the calendar?
Thanks!