In a web browser on a Streaming LiveView Web client machine, navigate to the following URL:
http://<lvweb-server-host>:<lweb-port>/lv/api/lib/jquery.min.js
..where
<lvweb-server-host> is the hostname or IP address of the LiveView Web server, and
<lweb-port> is the listening port for the LiveView Web server (typically set to 10080 or 11080). The version of jquery will be printed near the top of the page. For example..
The above example is from a Streaming 10.6.2 installation running a LiveView Web 1.6.2 application. In this case, jquery 3.5.1 is used.