<script src="jsv3/jquery.js"></script>
<!--<script src="jsv3/jquery.mobile-1.2.0.min.js"></script>-->
Currently I have insert script for desktop version only because I found that declare two jquery will occur error. Are there any way to check the device type and select different jquery plugin for corresponding device? Thanks
There are many ways to detect the client. Following example involves
userAgentto detect the type of client device.This is a general solution for detecting client devices. You may have to use different CSS for tablets clients like iPad.