I\'ve searched here in SO and all around but no properly solutions founded for this issue. With jQueryUI DatePicker I need to select a recursive date for all years, so I do
Couldn't you do
#myInput .ui-datepicker-year{ display:none; }
to restrict it to just the datepicker you're concerned about?