Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #698 from ExactTarget/datepicker-click-event
Browse files Browse the repository at this point in the history
Added a dateClick event for when a day is clicked on calender.
  • Loading branch information
Kevin Parkerson committed Oct 1, 2014
2 parents c626135 + 1577f52 commit 257fbb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
this.$input.val(this.formatDate(date));
this.inputValue = this.$input.val();
this.$input.focus();
this.$element.trigger('dateClicked.fu.datepicker', date);
},

destroy: function(){
Expand Down

0 comments on commit 257fbb1

Please sign in to comment.