hiroprotagonist / jquery.mobile.actionsheet

An actionsheet for jquerymobile
103 stars 34 forks source link

suggestion: how to fire actionsheet from within a JQM listview #11

Closed frequent closed 13 years ago

frequent commented 13 years ago

I tried to put the actionsheet trigger into a JQM listview. Did not work as-is.

I got it to work by doing the following:

If you want I can make a commit of the modified version. Maybe something you can use.

Sonst ein super Plugin!

hiroprotagonist commented 13 years ago

Hey Sven, its already possible to associate toggle and action sheet via html-id's. The action sheet must not follow its toggle, its optional. See the example index.html or the readme. Anyway if you have something useful i suggest creating a gist. What do you think?

frequent commented 13 years ago

I put the changes here:

git://gist.github.com/1209324.git

It's not perfect yet, but working already.