I am working on a project that uses the jQuery library but we do not need some of the functions. (i.e. effects). Is there anywhere I can make a custom build of the latest jquery library so I can select only the functions I need?
Share
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.
Well, jQuery is open-source software. You can grab the source code on GitHub, fork, modify, etc. as much as you want. If you need to, you can just download the code from there and do all your customizations locally and not treat it like a forked project. Either way, the source code includes everything needed to build it.