Paul-DS / bootstrap-year-calendar

[DEPRECATED] A fully customizable year calendar widget, for boostrap !
Apache License 2.0
294 stars 243 forks source link

yearChanged event #211

Open deresegetachew opened 6 years ago

deresegetachew commented 6 years ago

year Changed event is not propagated outside like clickDay even though it is made available. to fix it replace setYears event trigger with var eventResult = this._triggerEvent('yearChanged', { element:$(this), currentYear: this.options.startYear, preventRendering: false }); the fix is using element:$(this) $(this) refers to the button we've clicked to run the function.