javascript - create a web page with drag and drop to work on PC, iPad & iPhone -


is possible or easy create web page allows users drag , drop divs around screen, , work in brwoser, whether on pc, , iphone, or ipad?

my web page uses few divs contain content, , user able move these around wish.

it created using asp.net dragpanelextenders, if have abandoned, it.

to workign, have create 2 versions of page: 1 pc based on mousemove events, , 1 iphone/ipad based on touch events?

one option jqtouch. http://www.jqtouch.com/

http://www.gotproject.com/blog/post2.html explains how drag , drop on webkit based browsers (iphone, ipad, android, ...) write code see if page running on computer or phone, , use linked code if on phone.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -