I implemented a decoration on our web pages to help us know which browser and version was being used when our customers take a snapshot to report a problem. It was introduced using jQuery version 1.8.3 and has been working fine for quite a while. I found sample code at Stack Overflow and was able to take the code almost directly for my purposes.
This morning, it failed with an "Uncaught TypeError" (because it no longer recognizes uaMatch()). I am using the Google CDN. I looked at jQuery API but found only references to a deprecated jquery.browser (removed in version 1.9) with advice to focus on features instead of which browser I'm using. There really isn't any meaningful way to implement this feature by focusing on which features are supported. Is there any alternative available?
Thanks in advance for any help you can provide.