I am using jQuery UI drag and drop on my website. I gather mobile devices generally do not support this functionality, so what is the simplest way to detect whether this feature will work or not, to provide an alternative in case it does not.
Note: I prefer feature detection over browser detection.