I have created a simple page that use jQuery, so include jquery.min.js.
But I have to insert an iFrame in the same page (and no, unfortunately I can't use anything else) that include a different versione of jquery.min.js.
How can I force the browser to include only one of those two version (like an include_once in php)?
Thank you!