Answer the question
In order to leave comments, you need to log in
How to hide/show svg elements on click on another svg element?
There is some image inserted on the page .. .. Consists of various path, circle, line.
The goal is to show/hide some circles when clicking on a specific path.
The difficulty is to associate clicking on one element and changing another element.
Answer the question
In order to leave comments, you need to log in
$('#odinElement').on('click',function(){
$('#drugoiElement').remove();
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question