Skip to content

Commit

Permalink
added change event on element after set time.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Wolff committed Mar 14, 2016
1 parent 850abd7 commit 2b30093
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/jquery.ptTimeSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@
i.val(tSel);
}

i.trigger('change');

this.closeCntr();

};// END setTime() function
Expand Down

0 comments on commit 2b30093

Please sign in to comment.