Adding RequireJS module that uses jquery on a page that already has jquery as a global
问题 I have an add-on to an application (call it appX) that allows users to create their own customizations using javascript, css and appX's webservices api. Usually customizations are small and do not involve a lot of external libraries/plugins but when they do have external libs the typical users' library of choice is jQuery. In the next version of appX they are using jQuery natively which I know is going to break some of the customizations. So I have a need to modularize this situation. I have