Today button in jQuery Datepicker doesn’t work
I don’t like the solution of modifying the jQuery source code because it removes the ability to use a CDN. Instead, you can reassign the _gotoToday function by including this code based on @meesterjeeves answer somewhere in your page’s JavaScript scope file: $.datepicker._gotoToday = function(id) { var target = $(id); var inst = this._getInst(target[0]); if … Read more