Windows Gadgets & Jquery

2019-04-05 21:11发布

问题:

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