1

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

Rico
  • 1,258
  • 4
  • 17
  • 35

1 Answers1

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

That should do it

Hot Pixel
  • 76
  • 2