jquery.limarquee
jquery.limarquee copied to clipboard
Draggable mobile support
Hi guys,
that's a great jquery plugin u guys developed there. Just figured out, that the draggable function of your plugin is not working on mobile platforms e.g. iOS. I think you can do that really quick by replacing the event of the function, if you are on a touch device.
if (e.originalEvent.touches) { e = e.originalEvent.touches[0]; }
Best, Christian