My team is going to be building a lightweight website for use on mobile devices using mobile Webkit. Our current website uses jQuery.
I took a look at jQuery Mobile and jQTouch frameworks, and they are geared towards mobile web apps. We don’t need all that extra overhead. Essentially, we want to add simple touch events using jQuery. Is there anything lighter than jQuery Mobile or jQTouch, or do we have to roll our own code?
Thanks.
Take a look at this approach which variates your binds depending on what device your users are using