How to detect Mobile devices using jQuery
With a small snippet of jQuery code you can detect whether the user is viewing the site from a mobile device. The script can be downloaded from http://detectmobilebrowsers.com/download/jquery or copied from below: var isMobile =…