Submitted about 2 years ago
Advice Generator App by Ferdinalaxewall
@ferdinalaxewall
Design comparison
SolutionDesign
Community feedback
- @mattari97Posted about 2 years ago
Hello Ferdinalaxewall. Congratulations on completing this challenge 🎉. Almost everything seems to work fine and it looks really close to the design.
There is a small issue tho which you might not know about if you don't use Firefox.
I will always get the same advice because of the caching system of the Firefox.
To fix this behavior you should have an additional option to your fetch call to prevent the caching of the response.
I see that you use ajax which i am not familiar with but it should be something like this:
$.ajax({url: "myurl", success: myCallback, cache: false});
Anyway. Good job again and happy coding 😀 Peace.
0
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