I have the following script. Works on desktops but not on my mobile? Is there an alternative to '.click' to work on mobile and desktops or should I look into jQuery mobile?
$("#showMenu").click(function() {
    $('#logo, #details-wrapper, #side-text').fadeIn();
});
 
    