This is on the one that pops up when you click the linked input element. I want to be able to insert some static text underneath the table of dates that will appear and stay
You need create a variable to hold the instance of the datepicker. So When you create it, do this:
var myDatePicker = $("#myDatePickerElement").datepicker(); myDatePicker.after("text");