All, I’d like to use JQuery internally to a library I’m writing for a client of mine. My specialized library will be solely based on their REST services. I’d like to use JQuery’s AJAX functionality but I don’t want to cause any conflicts if the consuming developer is using JQuery on their main page. Is there a best practice or example of how to include or wrap JQuery in a custom library so it’s not exposed to the developers using my library? Maybe some type of encapsulation?
Thanks, Coop