JQuery DatePicker Highlight Date onSelect?

Your_text_box.focus(); your_text_box.select(); should get your text selected I believe.

I want the dates on the calendar selected. Thanks... – Subodh Chettri May 10 at 2:47.

$(document). Ready(function () { numberOfMonths: 1, 6, stepMonths: 3, autoSize: true, changeMonth: true, changeYear: true, dateFormat: 'dd/mm/yy', onSelect: function (dateText, inst) { selectDate(dateText); }, beforeShowDay: function (date) { var gotDate = $. InArray($.datepicker.

FormatDate($(this). Datepicker('option', 'dateFormat'), date), dates); if (gotDate >= 0) { return false, "ui-state-highlight ui-state-active ui-state-hover"; } return true, ""; } }); }).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions