Windows Gadgets & Jquery

雨燕双飞 提交于 2019-12-05 19:54:28

问题


I am creating a Vista Gadget and I haven't been able to get JQuery to work. I have tried a few very simple calls like this:

$(function() {
      $('a').click(function() {
          $('#box').html("test");
      });
});

I know you can use JavaScript so it doesn't make much sense to me why you wouldn't be able to use a library.

Does anyone know if any examples?


回答1:


Here is a widget for vista done with jquery. Might help you.

Above link is dead - here is another https://code.google.com/archive/p/timetablegadget/source/default/source



来源:https://stackoverflow.com/questions/385220/windows-gadgets-jquery

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!