I know that I can use $(\'div\').datepicker() to get an inline datepicker, but how do I show the datepicker fixed inline underneath its input field?
$(\'div\').datepicker()
datepicker
It's not possible to get the datepicker inline just by using the input field . You need to use a div along with an input to get what you want.
input
div
NOTE: Any changes made in the input will reflect in the datepicker
Example Code
Check out this jsfiddle I've created for you: http://jsfiddle.net/v9XCP/