In Magento 1.9.0.1 using Owl carousel for display new arrival products. If I click the first product in desktop view it should open in new tab but in mobile view, same should open in the same tab.
Can anyone help with this? Thanks in advance
In Magento 1.9.0.1 using Owl carousel for display new arrival products. If I click the first product in desktop view it should open in new tab but in mobile view, same should open in the same tab.
Can anyone help with this? Thanks in advance
3
Answers
If you set the target attribute to “_blank”, the link will open in a new browser window or a new tab.
You can use this function to detect a mobile device in JavaScript and change target attribute.
HTML code -like this:
You can use