I have a HTML file, lets call x.html, and this includes other HTML files. x.html file includes jquery library version 1.4.1. The same version of jquery seems to be included from other HTML files also. In the html of the page, I only see one instance of jquery library 1.4.1 included though.
My question - Would this same version multiple inclusion cause same or similar issue like the inclusion of multiple versions of jquery like the '$' or 'jQuery'not working as expected? or any other problem?