When dealing with JavaScript (particularly jQuery), many of the plugins and libraries do not work as you would’ve expected. Same goes for many everyday problems too. The last resort of the poor man, that can't afford someone else to do things for him, is to do it himself from scratch. As Jesus once said “Do it yourself and god will help you”. This is not the quickest of options and definitely not the easiest, but sometimes it is the only way to make something work the way you want it to. That was the case of moving multiple object simultaneously with touch. Turns out the solution for this particular problem is actually very easy. This purpose of this chapter is mainly to give some positive motivation by point you…