6
It is bad programming practice to load something like jquery without first checking if it is already loaded. You should add PHP code prior to loading jquery to make sure if it is already loaded or not. Only load if it is necessary.
I have yet to mess with jquery myself but this is a good programming practice for any program like this.
If you can ask for the version of jquery that is loaded that is the easiest way to determine if it is loaded or not.
I am blindly responding to this as I have no current experience with jquery however this would be similar to using "require once" which only loads a PHP include file if it hasn't been loaded yet.
Rodney
Attending College working towards Bachelors in Software Engineering and Network Security.