ajaxStop (jQuery) - not working in content script

Hi,
I developed a simple Add-on, based on jQuery. Unfortunately, it seems “ajaxStop()” does consistently not work as expected (at all) in my content script.

Any tips on what to consider to get ajaxStop to succesfully trigger my registered eventhandlers?

Thanks