How to disable the onSelect option of datepicker?

How to disable the onSelect option of datepicker?

I want to disable the onSelect option of datepicker, I have tried all the variations I have found on the internet, but nothing seems to do the trick.

Background: Using the datepicker as a mouseover calendar, hover over the date and get the data for that day in an attached div. Issues are when I use $(selector).datepicker('option', {onSelect:'disabled'}); the onselect is disabled but so to is the mouseover event. Any ideas?