Quick question: can I use a JavaScript library (i.e. jQuery) in developing a Mac OS X Dashboard widget?
EDIT: I know that if so, I’ll need to pack a local version of the library and not use one from an online CDN.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Considering that an OS X dashboard widget is really nothing more than a mini webpage running locally, and that jQuery is nothing more than a huge amount of javascript, I’d say yes.
Googling I found this site which seems to confirm: http://www.reynoldsftw.com/2009/03/os-x-dashboard-widgets-with-jquery/