I'm changing a script (found on www.dynamicdrive.com) for being used with Jquery 1.4, so I could use it within Drupal 7. My version of it is live at http://screamingsilence.be/js/touchGallery/
All is working well, but when I view it on my Android tablet/smartphone, the images gets selected and that doesn't look very pretty.
I tried this code, but this doesn't help:
$('img').attr('unselectable','on').bind('selectstart', function(){ return false; })