vestman / Select-or-Die

Yet another jQuery plugin to style select elements. Demo at http://vst.mn/selectordie/
MIT License
524 stars 133 forks source link

More Callback functions #34

Open kjvdven opened 9 years ago

kjvdven commented 9 years ago

I needed to trigger a function on clicking the select, so I added callback function just like onChange and added it to the "triggerSod" function.

So my request is for more Callback functions, for instance: onOpen, onClose, etc.

Maybe more people would find these useful.

RajRoR commented 9 years ago

onBlur & onFocus are some other important callbacks.