Skip to content

Instantly share code, notes, and snippets.

@ms2sato
Created October 19, 2013 10:11
Show Gist options
  • Save ms2sato/7054040 to your computer and use it in GitHub Desktop.
Save ms2sato/7054040 to your computer and use it in GitHub Desktop.
jQueryMobileでポップアップをJSから呼びたい時。さらにposition-to:'origin'を実現したい時。 ref: http://qiita.com/ms2sato/items/6ce177f12dfb13fba38e
$action.bind('vclick', function(event){
$popup.popup('open', {
transition: 'pop',
positionTo: event.target
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment