What is jQuery and can I use it? Carrie SmahaUpdated on January 29, 2021 1 Minute Read jQuery is a JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. Since jQuery is a simple JavaScript library it can be used on all of our InMotion Hosting servers. Please keep in mind, you will need to download the library and then upload it to your account to use it. JQuery is not an included library on the servers by default. Also, Google has a code repository that you can reference to use the library hosted on their servers as well. To use The Google API for jQuery you can insert this code into the document using the library: <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function() { // This is more like it! }); </script> To learn more about jQuery and what you can do with it, see the official website: https://jQuery.com/ Also, some third party applications already contain the jQuery library. One great example of this is WordPress. WordPress uses jQuery so when you install WordPress it will already contain the files and you don’t need to do anything else. If you need further assistance please feel free to ask a question on our support center. Share this Article Carrie Smaha Senior Manager Marketing Operations Carrie Smaha is a digital strategy, web development, and SEO leader with 20 years of experience. She built her foundation in fast-paced agency environments before moving in-house to InMotion Hosting, where she leads go-to-market programs, agency initiatives, and technical product marketing that connects product capability to real customer decisions. More Articles by Carrie Related Articles How to Align and Float Images with CSS Margin vs Padding Preview Shared Content With Facebook Debugger Accessing Your Website via IP Address The Role of Blocks and Animations in WordPress Is Django supported? Using the Under Construction Page provided by InMotion Hosting Creating an Under Construction or Coming Soon page Beginner Web Design: Guides to HTML and CSS Links to the stylesheets in Responsive Templates