Rufix
Rufix

Reputation: 201

Pop-up/Drop-down menu in jQuery Mobile

I'm supposed to do following thing:

There's a button, after clicking on/touching it there should be pop-up menu, or better, drop-down menu, with list (listview!) of available options.

Is it even possible with JQM? I know there are dialog boxes, but these look like new page, and we don't like it.

I tried using some pre-made jQuery drop-downs, but none of them supports touch, mostly mouse-over.

Upvotes: 2

Views: 16912

Answers (1)

Py.
Py.

Reputation: 3599

I don't know what you want exactly, but it seems like you could do something like that to have a menu using listview.

If you want to add a nice hide/show transition, I suggest looking at the CSS3 Transition

Upvotes: 3

Related Questions