ericjgagnon / wickedpicker

A simple jQuery timepicker
http://ericjgagnon.github.io/wickedpicker/
MIT License
93 stars 78 forks source link

added afterShow function call as option #33

Closed beinnlora closed 7 years ago

beinnlora commented 8 years ago

Proposal to add function call to be triggered when wickedpicker is closed/hidden, as per the existing 'beforeShow' function call. (this is my first ever pull request - please forgive me if incorrect). I first named the option field "onClose" but changed it to "afterShow" to be consistent with existing. Minified code in /dist produced from JSCompress

ericjgagnon commented 7 years ago

@beinnlora thanks for the addition to the project. I greatly appreciate keeping the library consistent.