Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Responsive page with use of JQuery and CSS

mak2220 60

@mak2220

Desktop design screenshot for the Notifications page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


Question

  • I didn't know how to remove an SVG element inside a P from an element outside the Div

Community feedback

@Haitam-Elgharras

Posted

you can use the remove method in jQuery $("#remove-svg").on("click", () => { $("div p svg").remove(); });

0

mak2220 60

@mak2220

Posted

@Haitam-Elgharras

  • Hello! Thank you so much for your advice. I'm going to implement it
0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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