I believe that I have spotted a Javascript error in the console that is stopping AJAX results updating from working.
I can see these two errors:
Uncaught TypeError: $.ajax is not a function
and
Uncaught TypeError: n.find(...).fadeOut is not a function
How do I go about finding out what is causing this?