Design comparison
Community feedback
- @a1excpunkPosted over 2 years ago
Good job, the only thing is, why are you reloading the page on every request?! just append text on the fly, after the response has come, and won't need to refresh the whole page. :) unless you intended to do that.
Marked as helpful0@AxurynnPosted over 2 years ago@a1excpunk Thanks for your feedback! :) On Firefox, the click event doesn't work without reloading the page... I don't know why! But it works well on Chrome (I didn't notice it before)
EDIT: I've just find a way to do it without reloading the page! Thank you a lot :)
1@a1excpunkPosted over 2 years ago@Axurynn You are welcome :)
It's funny you mentioned Firefox, today took me 3 hrs to debug code, because Firefox wouldn't accept the format that was okay with other browsers :D0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord