0

How can I prevent the closing of the datepicker when I click on a date. Is there an option for that? I am using Keith Wood's Datepicker v4.0.6. I want to close it by clicking the "Close" link.

4

1 回答 1

1

I found a solution by hacking the code. I know it's not good to do it like this, but it works.

Comment the line:

this.hide(target);

it's on row 1700 in the function selectDate.

Tested on Firefox 17, IE 10, Chrome 23.

于 2012-12-31T10:50:46.570 回答