I write code using Jquery as following but it is not working. I am not sure if I can use Jquery in Gadget.Thanks!
Any recommendation will be highly appreciated. <?xml version="1.0" encoding="UTF-8"?> <Module><ModulePrefs title="hello world example" /> <Content type="html"><![CDATA[ <html> <head> <script type="text/javascript" src="http://www.google.com/jsapi"></ script> <script> google.load("jquery", "1.3.2"); </script> </head> <body> jQuery Test <script> jQuery.ajax({ type: "GET", url: "https://snoopy.ceesharp.com", success: function(msg){ alert( "Success!\n\n " + msg ); } }); </script> </body> </html> ]]> </Content> </Module> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
