Based on some earlier comments, I'm trying to use a more current version of jQuery than I'd originally worked with. But a problem I keep having is that the mobile
swipeleft function doesn't work seamlessly across the board. I get no error messages, it just doesn't trigger anything.
I'm using this exact sample:
[
api.jquerymobile.com...]
It works, but you'll see that they're not using the most stable releases.
The stable release for jQuery is 3.3.1, and for mobile is 1.4.5:
[
code.jquery.com...]
But the sample is using jQuery 3.2.1, and mobile 1.5.0-alpha.1. This works, but if I use the "stable" 3.3.1 and 1.4.5, it doesn't.
I can step jQuery down to 2.2.4 (the previous stable release) and leave mobile at 1.4.5, and it does work.
So which is the better / safer / smarter / faster move? To use an older stable release of jQuery with the current stable release of mobile, or the current stable release of jQuery and the alpha release of mobile?