Ajax callbacks in injected scripts

Are ajax callbacks supported in the injected scripts? I tried overriding XMLHttpRequest, but my callbacks aren't firing. I also tried using jquery but for some odd reason only

$(document).ready()

gets called.


Other callbacks like

$(document).ajaxStart

, or

$(document).ajaxComplete

never get fired