arvgta / ajaxify

Ajaxify - An Ajax Plugin
https://4nf.org/
275 stars 124 forks source link

Get event.target? #44

Closed Shade- closed 9 years ago

Shade- commented 9 years ago

I was wondering if and how could I get the clicked button jQuery object on pronto.request. event.target doesn't seem to be the best solution as it returns the entire Window object.

Shade- commented 9 years ago

Ooops, I totally forgot that document.activeElement exists. :smile: