Today, I was troubleshooting a widget that I created which uses jQuery with the popeye plugin. My masterpage had a reference to a copy of jQuery that I am hosting on a static domain referenced by multiple websites... like using a CDN, but just have a single server.
When in the backend of Sitefinity, they are using jQuery, so there was a conflict loading multiple copies of jQuery and my widget would not display.
See ...