Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert hint hover code from jQuery to JavaScript #772

Open
brittanyrw opened this issue Oct 6, 2023 · 7 comments
Open

Convert hint hover code from jQuery to JavaScript #772

brittanyrw opened this issue Oct 6, 2023 · 7 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@brittanyrw
Copy link
Owner

When you hover over the question mark icon on cards, a hint will appear. The code for this is located in the app.js.

Convert the code for this hover feature from jQuery into JavaScript. Only convert this specific section of code.

// Display a hint (type ie tv, movie or musical) when hovering over the question mark.
$("#emojis").on("mouseover", ".hint-container", function () {
  $(this).find(".hint").addClass("hint-reveal");
});

// Hide hint (type ie tv, movie or musical) when the user stops hovering over the question mark.
$("#emojis").on("mouseleave", ".hint-container", function () {
  $(this).find(".hint").removeClass("hint-reveal");
});
@brittanyrw brittanyrw added enhancement New feature or request good first issue Good for newcomers and removed good first issue Good for newcomers labels Oct 6, 2023
@shubhalgupta
Copy link

@brittanyrw please assign this task to me!

shubhalgupta added a commit to shubhalgupta/emojiscreen that referenced this issue Oct 16, 2023
@0xBlyn
Copy link

0xBlyn commented Oct 19, 2023

is this issue still open?

@marameref
Copy link

@brittanyrw has this issue been fixed? i will like to work on it pls

@shubhalgupta
Copy link

@Youngemmy5956 by whom it is fixed? And, why it isn't merged then?

@Youngemmy5956
Copy link

Youngemmy5956 commented Oct 22, 2023

@Youngemmy5956 by whom it is fixed? And, why it isn't merged then?

Not that it’s approved, What I meant is that I contributed to it and u can check it out

@shubhalgupta
Copy link

@brittanyrw please review my PR

@SharmaDhruv2511
Copy link

is this issue still open? I want to attempt it. @brittanyrw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

6 participants