As the question says, I am developing a custom asp.net control and I need to let the user know somehow that it needs a couple of JS libraries to be referenced on the page.
What is the best way to do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check for the existence of the required libraries once the DOM is fully loaded:
The above code will give you the idea. Modify to suit your needs.