I am working on this website http://www.onlineshoppingdeals.in/
The menu works fine (redirection to the right links) if you open in the desktop browser.
Redirection fails if it open in the mobile browser. Whats wrong here?
I checked the website and saw that when width > 768
the links are in <a>
tags but when you convert it to mobile (width < 768
) the nav become a <select>
tag with <options>
in it. So you need to write some JavaScript code which will be firing itself with $('select').change()