Is there a specific reason you need the latest stable version of jQuery? You can load multiple versions of jQuery on a page using the noConflict <https://api.jquery.com/jQuery.noConflict/> method. The code might look like: call noConflict from the first version, load the second e.g. using an AJAX call, call noConflict on the second version and store a reference to it in a variable. But it's really not worth going to all this trouble unless there's something you absolutely need in the latest version.
Best, ERIC PHETTEPLACE Systems Librarian (he/him) [email protected] | o 510.594.3660 5212 Broadway | Oakland, CA | 94618 :(){ :|: & };: On Thu, Jul 25, 2019 at 11:45 PM Narcis Garcia <[email protected]> wrote: > It should be possible to work without jquery at all, and almost without > JavaScript. > > > El 25/7/19 a les 2:08, Ing. Marcos Rene Alvarez Moreno ha escrit: > > Hi. I have version 18.11.05 of Koha. All versions of koha 18.11.x > > install jquery v1.7. How can I upgrade to the latest stable version of > > jquery? > > > > Regards > > _______________________________________________ > > Koha mailing list http://koha-community.org > > [email protected] > > https://lists.katipo.co.nz/mailman/listinfo/koha > _______________________________________________ > Koha mailing list http://koha-community.org > [email protected] > https://lists.katipo.co.nz/mailman/listinfo/koha > _______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha

