Hello everyone, welcome to the tutorial on jQuery. Today I am going to share a very simple but effective scripts for how to detect client using jQuery. As a programmer sometimes we need to detect client OS and their browser information. So, if we can get client information then we can easily execute specific function dedicate for that client. Like if client comes from a desktop web browser then we can show full website , on the other hand when client comes from a mobile device then we can redirect them to a mobile compatible website. It's very efficient and user friendly also.