parmarmayur9090 / jquery-datepicker

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

cannot clear selected dates using clearSelected function #293

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
cannot call the clearSelected function 

$('.date-pick').clearSelected() returns
Uncaught TypeError: Object [object Object] has no method 'clearSelected'

Original issue reported on code.google.com by anurupra...@gmail.com on 3 Jul 2011 at 9:09

GoogleCodeExporter commented 8 years ago
The clearSelected function isn't exposed. You could make a dpClearSelected 
function (following the pattern of e.g. dpSetDisabled) if you need to access it 
or you can use dpSetSelected to deselect any selected dates...

Original comment by kelvin.l...@gmail.com on 4 Jul 2011 at 4:50