[jQuery] Load JQuery only once

[jQuery] Load JQuery only once


Hello,
I've developped several plugins for wordpress that require JQuery.
As I have packaged and distributed these plugins separately, they come
all with one version of JQuery.
The problem is that if someone uses two of these plugins, the HTML
header will look like :
<script type="text/javascript" src="http://mysite/plugin1/jquery.js"