Good thought, Steve. And one that occurred to me as well. The first thing I tried was making it work with 1.11.0. It doesn’t. I don’t like the idea of two versions, but it doesn’t seem like I have a choice.
3 resources I found:
https://sundropsoftware.com/how-to-use-jquery-noconflict-the-right-way/
https://api.jquery.com/jQuery.noConflict/
https://devotepress.com/wordpress-coding/how-to-properly-use-jquery-scripts-in-wordpress/#.VGWDIclNe1t
The private variable mentioned in the first article seems to be the key. With WordPress, I’ve read that enqeue vs. head scripts are also desirable if not required.
WP loads jquery in noConflict mode, which is supposed to avoid this issue. With both versions, I’ve made it work. But it also turns a 2-column section to a single column leaving a blank area in the middle of the page.
This is the page in question: https://www.hydeawayinn.com/category/rooms/
The top widget in the sidebar is the one. You can see it works, but the room items to the left are a single column instead of two. The site uses the Shoestrap (Bootstrap based) framework and a child theme for custom functions.