Viewing jquery on local server?

jquery on local server?



User: Ingo P. 5 years ago
Hi,
is it possible to put the the jquery-code for the image-slider, the animation and others on the local server instead of using the Google-link?

[code]<!--[if lt IE 9]>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<!--<![endif]-->[/code]
and
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>


cheers, Ingo
User: Roddy 5 years ago
There are copies of jQuery V1.9.1 and V2.1.3 in the ew-js folder which you could link to if you are using code injection.

You can host jQuery on your own server but you would need to modify every widget that requires it. There are several hundred of them!

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Ingo P. 5 years ago
Thanks a lot, Roddy.

cheers, Ingo


Post Reply
You must login or signup to post.