Wow.  I have spent the better part of this week just trying to get one 
simple answer.  Can I use jquery on my google site?  I have read countless 
posts on this forum where users claim they managed to get jquery or some 
version of java to work, I follow the directions, nothing works.  I would 
really love to know if it is at all possible so I can either continue to 
try and get it to work, or move on and quit wasting my time.

If anyone can give me a simple answer it would be greatly appreciated.

On Monday, March 10, 2014 9:32:08 PM UTC-4, Jason B wrote:
>
> I am trying to put the following javascript into an HTML box on my google 
> site.
>
> <html>
> <head>
>     <meta charset="utf-8" />
>     <title>Demo</title>
> </head>
> <body>
>     <a href="http://jquery.com/";>jQuery</a>
>
>   <script src="
> http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js
> "></script>
>     
>   <script>
>  
>     // Your code goes here.
>       
>  $( document ).ready(function() {
>  
>     $( "a" ).click(function( event ) {
>  
>         alert( "Thanks for visiting!" );
>  
>     });
>  
> });
>  
>     </script>
> </body>
> </html>
>
>
> The editor is giving a 9+15 - 81: failed to load external url 
> jquery.min.js error.
>
> Can anyone steer me n the right direction?
>
> Thanks!
>
> Jason
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
To view this message on the web, visit
https://groups.google.com/d/msgid/google-ajax-search-api/43ec0b8a-c772-4f54-9da7-dbc990f93098%40googlegroups.com
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to