I'm having problems with datepickers inside a dialog modal. After each date selection, the page scrolls to the top of the dialog which is very annoying.
Using jQuery 1.9 & jQuery-ui 1.10 and tried both minified & normal versions.
Tried the following
(F?" ui-priority-secondary":"")+'" href="#">'+q.getDate()+"</a>")+"</td>"
to
(F?" ui-priority-secondary":"")+'" href="javascript:;">'+q.getDate()+"</a>")+"</td>"
and
href="javascript:return false;"
But none seem to work.