Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Mobiscroll jquery 插件,我似乎无法捕捉到他们的 onClose 事件。有人可以给我一个如何捕获此事件的代码示例。没有它的文档。
谢谢
$('input[type=date]').scroller({ onShow:function(html,inst) { //Personally I'd like to use events here } });
应该这样做