The libjs-jquery package contains /usr/share/doc/libjs-jquery/README.Debian , which explains how to use the provided jQuery on your website. Basically, all that is required is
<script language="javascript" type="text/javascript" src="/javascript/jquery/jquery.js"></script>
in the HTML header.
Alternatively, you can symbolically bind /usr/share/javascript/jquery/jquery.js to the appropriate place in your own project.
In all cases, jquery.js can be replaced with jquery.min.js or jquery.lite.js depending on your requirements.
Stephen kitt
source share