dimanche 5 février 2017

How can I check if a user is coming from a different page of my website or from another website?

I want to make a different animation based on if someone is coming to my webpage from another page on the site, or if they are just coming to the website for the first time. I basically want to do:

if (coming from my page) {
    $(this).css('display': 'block');
    $(this).fadeOut();
}




Aucun commentaire:

Enregistrer un commentaire