Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
In the link in the letter you write:
href="YOUR_SITE/?mail=SOAP_SUBSCRIBER"
The site should have Yandex metrics or Google Analytics
We go there and look for visit parameters or URL parameters for something like that, I don't remember exactly. There you will select the mail parameter and you will see who clicked on the link from which mail
The point is that we want to use someone else's database, and we do not have direct access to it. And I would like to receive data (postal addresses) from those who clicked on the link, if it is technically feasible at all
I advise you to hang the class by toggleClass
and already for the class in CSS, prescribe styles and hang the handler through on('click')
.
$(function() {
$('.gg').on('click', function() {
$(".new1").toggleClass('someClass');
});
});
.new1 {
margin-top: 155px;
transition: 1s;
}
.new.someClass {
margin-top: -155px;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question