What is the best way to include a 3rd party script for use in a jquery (or jquery ui) plugin?
For example, I'm writing a jQuery UI plugin that makes heavy use of dates, the in built javascript date object is not brilliant so I want to use date.js, how should I include it for use and deal with dependency issues?