http://detectmobilebrowsers.com/

Bunu bi dene hocam. Ekledikten sonra kendinize göre aşağıdaki şekilde kullanın.

if (jQuery.browser.mobile)  {      console.log("You're using a cellular device!");  }  else  {      console.log("You're not using a cellular device!");  }