I am trying to include jQuery to an HTML page conditionally. It only needs to be added if it doesn\'t exist yet.
I am using the following code near the top of my bod
Boilerplate uses this method to test if jQuery is loaded by google, if not use local:
Seems like what you want to achieve :)