In Javascript/jQuery, how can I detect if the client device has a mouse? I've got a .... if(jQuery.support.touch){ alert('Touch enabled'); }. in jQuery ...
stackoverflow.com