Need to self host jQuery code
My testing worked well in my own "http" testing environment, but the production server I am moving to throws a warning that "page is calling out-side secure environment..." that is not in the same http
s.
My options are to self host jQuery or find another solution. I clicked "down load code", cut and pasted it into bb edit, saved it with the suggested file name to a directory on the production server, called the script in the head with a path copied from other <script> loading tags - but jQuery doesn't seem to be loading
Thank you