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
$('input[type=date]').scroller({
onShow:function(html,inst) {
//Personally I'd like to use events here
}
});
That should do it