Link to home
Start Free TrialLog in
Avatar of eossma
eossma

asked on

failed to load external url jquery.js

I'm trying to embed an accordion or collapsible text script to my google site, and i'm getting the following error.

failed to load external url jquery.js

Problem is I don't understand how to make the script work, especially in the google sites environment.  This is the second time I've tried to post the request along the lines of this, and thus far no one's been able to assist.

How do I get jquery to work in google docs?
Please help - i'm about to pull my hair out!
Avatar of Gary
Gary
Flag of Ireland image

Does Google Docs allow scripting - I don't think so.
You would need to find an alternative widget.
You can try google CDN for jquery library.


<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
Avatar of eossma
eossma

ASKER

pankaj .. ,
I tried to use these scripts but I get, failed to load external url . . .
ASKER CERTIFIED SOLUTION
Avatar of eossma
eossma

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial