I've seen that our methods have access to the jQuery object when they are running inside the browser (both window.jQuery and window.$ exist)
As long as we add appropriate checks (if(!application.isInDeveloper()) are we generally safe in directly accessing jQuery functionality?
Can we get jQuery and jQueryUI in the Solution Explorer so we can have inline documentation and code completion?