-3

How to create a menu, just like windows 8 start screen, using JQuery Mobile and HTML5?

Note: I'm not asking about metro theme controls, I'm talking about creating a menu with tiles like Windows 8 Start screen.

EDIT : I know how to use JQuery Mobile, but I don't know how to create horizontal swiping...

Mahdi Ghiasi
  • 14,873
  • 19
  • 71
  • 119
  • http://stackoverflow.com/questions/7337110/horizontal-scroll-mobile-swipe might help. Have you googled this at all? What have you tried? – Ben Barden May 24 '12 at 17:31
  • My question is clear. I want to create horizontal scrolling instead of vertical scrolling in **`JQuery Mobile`** platform. and my goal is creating something like Windows 8 Start menu using **JQuery Mobile**. – Mahdi Ghiasi May 24 '12 at 19:23
  • I don't know why I'm getting -3! – Mahdi Ghiasi May 24 '12 at 19:55
  • 1
    @Mahdi It is generally frowned upon to ask with question without any code or indication that any research was done on the topic, [here is a good resource for how to write good questions](http://meta.stackexchange.com/a/128554). – Andrew May 24 '12 at 19:58
  • 1
    Flag as : "not a real question It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form." Again I think the Title was misleading and the question was hard to understand – Phill Pafford May 24 '12 at 19:59
  • @Mahdi Your question showed no research effort. You basically asked a "gimme teh codez" question, which is not welcome on SO. I'd advise you to read the FAQ. – kapa May 25 '12 at 05:36

1 Answers1

2

Update #2:

Found a live link:

Updating my answer:

You should look into this:

It used to be live here:

But jQM has taken it down, not sure why.

It offered multi-directional scrolling

Does this work:

Screen shots:

enter image description here enter image description here enter image description here enter image description here

Phill Pafford
  • 83,471
  • 91
  • 263
  • 383