Skip to content

Conversation

PrabhuBikash
Copy link

🔧 Removed jQuery Dependency

  • Replaced jQuery with vanilla JS equivalents:
    • Aliases: $ (querySelector), $$ (querySelectorAll), $id (getElementById), afterLoading (DOMContentLoaded)
    • Added helper functions: getJSON, getHTML, fadeIn, fadeOut, hide, switchClass
  • Functionality is preserved, with one minor visual difference:
    • Slightly increased spacing between icons inside .member-card elements
      No explicit changes were made to cause this — likely due to differences in how jQuery handled inline spacing or rendering quirks

@PrabhuBikash
Copy link
Author

Additional Steps

  • Remove the <script> tag for jQuery from index.html

@PrabhuBikash PrabhuBikash marked this pull request as draft July 30, 2025 13:14
added the missing semicolon
@PrabhuBikash PrabhuBikash marked this pull request as ready for review July 30, 2025 13:27
fadeIn and fade out now promise based to avoid timing issues!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant