I have a scrolling plugin I have 'retooled' from someone else's to allow horizontal sliding.
This plugin is made so if you slide left, it displays the next page underneath the sliding page. If you slide right it displays the previous page. If you are at either end, it doesn't display anything underneath. You can still scroll the content on any of these pages. This also works on desktops, which is kind of cool.
The problem is, on the iPad 1 it is pokey to start sliding, and isn't really all that smooth. I'm sure it is my brute-force attempt at making this work, and it would benefit from some 'finesse' from someone gifted in the dark arts of javascript/jquery.
Could anyone have a glance at the code to let me know how to make it better?
(my apologies, it won't let me include the code here because the 'responseContent is too high"...)