Twine Version: Twine 2.11.1
Harlowe
Tweego
Hi, can I replace jquery 1 with the jquery 3 file?
Twine Version: Twine 2.11.1
Harlowe
Tweego
Hi, can I replace jquery 1 with the jquery 3 file?
All good, googled and sugarcube uses jQuery 3, will switch
The Harlowe v3.3.9 template / runtime-engine comes with jQuery v3.7.1 installed in it, not jQuery 1.x
And v3.7.1 is the latest stable release of jQuery at the time this comment was posted, so there shouldn’t be a need to switch a project’s Story Format just to gain access to that version.
Ohh, really?!
I downloaded the Tweego template, and saw that the file in the root folder contains jQuery 1 code. Excellent news! will go back to Harlow
You can use the following command within the web-browser’s Console while viewing a Story HTML file to determine the version of jQuery included in it.
jQuery.fn.jquery
nice, didn’t know that!