Hi,
The web page, where the content script is injected, executes ajax
requests on button clicks. In the content script I have this code:
$('').ajaxSuccess( function() {
console.log('Ajax Success');
});
The console log only prints this:
XHR finished loading: "http://...
I'm doing something wrong?
Thanks in advance.
--
You received this message because you are subscribed to the Google Groups
"Chromium-extensions" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/chromium-extensions?hl=en.