Refactor jquery code

Refactor jquery code

Dear jquery people,

I've built a simple application. (<- jsFiddle)

I noticed that this application has no support for mobile devices. At least if I try to execute the program on iOS or Android, it is not possible to manipulate elements.

I did some research and concluded that it could be done if I included jquery-mobile.js. However, after done so, nothing changed.

So, I am afraid I need to refactor all code now, so it will be mobile-device compatible.

My question is: is my conclusion right?


Kind regards,

Kees (kzpm)