This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Open external link in new window
#7
I will leave you this JS code which will help you if you want to open a new tab both on a computer and on a mobile device, since the above code was only allowing me to open a new tab but only on computers. I hope it works for you.

Code:
$(function(){
    $('.pestaña_publimetro').on('click', function() {
      window.open('https://www.publimetro.co/co/');
        })
});
Reply


Messages In This Thread
Open external link in new window - by Thomas - 17.03.2017, 12:36
RE: Open external link in new window - by Carlos Padilla - 05.05.2020, 00:46

Forum Jump: