I am trying disable the left/right buttons that allow the user to change months. I\'ve removed the drop down list of months but can\'t get rid of the buttons.
The mentioned solution did not work for me, I developped this:
$('#datepicker').find('.ui-datepicker-next').remove(); $('#datepicker').find('.ui-datepicker-prev').remove();