Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

1 Answer

up vote 0 down vote accepted

As for me the simplest way just use it and describe depedency in header comment or install guide. There is no obvious/standard ways to include dependecies from JS code and IMHO you shouldn't decide for user how to check and inject dependency.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.