FireQuery doesn't show event data

It used to in the past, but now it only shows data. No events anywhere. As far as I’m aware, all events are bound using the on() function. They are not “live” events, just (mostly) regular ones, and they do show up in $._data().

Firefox 25.0.1
FireBug 1.12.5
jQuery 1.10.2

Do you have checked in “Show internal jQuery data”?

http://firequery.binaryage.com/#faq => second question

I have now, but events still don’t show anywhere.

Yes, you are right. Since 1.9.0, jQuery does not show internal jQuery data.

http://firequery.binaryage.com/test/?v=1.8.0 (works)
http://firequery.binaryage.com/test/?v=1.9.0 (does not work)
http://firequery.binaryage.com/test/?v=2.0.0 (does not work)

I don’t remember the details. I’m not going to fix it anytime soon. I don’t do web development these days.