I’ve seen jQuery setup for use with Domino web applications in several different ways - linking to Google’s jquery libraries, adding jQuery as script library in databases, added jquery library to same server that is hosting the Domino server and etc…
How do most people setup jQuery for use with their Domino web applications?
I’ve just started with jQuery, and other then trying for fudge the form’s id tag, it’s been going well!
We have one big huge Notes template that contains jQuery libraries, workflow features, ability for users to admin users for the secondary NAB, views as RSS feeds, and tons more!
Having the jQuery libraries in one template, and inherited by many Notes apps makes it easier to upgrade them. Once a new jQuery feature is added, we add it to one template, and the design task updates all the apps.
Now, if only I can figure out how to use jQuery for validation, then I’m all set!
We use YUI, but concept is same for jQuery. We load them all in a database and then refer to them in our apps via each Form’s HTML Head Content in the following manner: