var arg = navigator.platform;
              
              if(arg == "iPhone"){
                   $(".backA").hide();
              }