I have a page that utilizes AJAX calls to change its content. Off the bat, I'd like to mention that I don't control the HTML of this page, nor how it works. I simply need to accept the page as it is and put something on top of it to accomplish what I want.
I'm trying to track certain usage aspects of the page and one way to do that is to keep an eye on a particular h3. That's one thing that I know will be on every page and I that I know changes on every page.
Is there a way in jQuery that I can "watch" that h3 and trigger every time its content changes?