Anita44 / jquery-datepicker

Automatically exported from code.google.com/p/jquery-datepicker
0 stars 0 forks source link

.bind('dateSelected', ...) only works on first month of datePickerMultiMonth #228

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
- create a datePickerMultiMonth
- bind a custom "dateSelected" event listener to it

What is the expected output? What do you see instead?
- expected: The listener function should be triggered when dates are selected 
in any month
- instead: Only the first month triggers the function

Please provide a URL to a page displaying the problem.

What version of the datepicker are you using? On what operating system? And 
Which Browser?
- Versions as of 2010-07-23
- Mac OS X
- Safari 5 / Firefox 3.6

Please provide any additional information below.

Original issue reported on code.google.com by uscheide...@fastforward.ch on 23 Jul 2010 at 6:15