0
我正在使用這個簡單的彈出窗口正確初始化與相應的popupafterclose處理程序,包裝適當的內容div。它只是工作。 -jquery mobile popup - 更好的方式來檢索數據?
<div id="start-activity-popup" data-role="popup">
here is popup.
<button id="start">Start</button>
<button id="cancel">Cancel</button>
</div>
但是如果我不得不從彈出檢索值或知道哪個按鈕 按下 - 做我需要編寫另一個處理程序爲每個 - 啓動和取消按鈕? 有沒有更好的方法?