JavaScript & Jquery

jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript.

Jquery documentation


JS Structure

  • dist
  • node_modules
  • src
    • assets
      • css
      • fonts
      • img
      • js
        • 📄 add-course.js
        • 📄 aos.js
        • 📄 dropdown.js
        • 📄 exam.js
        • 📄 map.js
        • 📄 modal.js
        • 📄 navbar.js
        • 📄 quill.js
        • 📄 smooth-scroll.js
        • 📄 theme.js
      • scss
    • docs
    • partials
  • 📄 gulpfile.js
  • 📄 package.json
  • 📄 .gitignore
sass-shot