Search code examples
jquerymobiscroll

How do I catch the MobiScroll onClose Event


I am using the Mobiscroll jquery plugin and i can't seem to catch their onClose event. Can someone give me a code sample of how to catch this event. There is no documentation for it.

THanks


Solution

  • $('input[type=date]').scroller({
        onShow:function(html,inst) {
                    //Personally I'd like to use events here                   
               }
    });
    

    That should do it