I'm trying to add a form to a web page containing an input that is to display the jQuery UI datepicker widget once a user has clicked on the input just as it does on the jQuery UI Site.
I have followed the steps outlined in the demo but when i load the page the calander is displaying full width dow the bottom of the page inbetween the closing footer tag and the closing body tag.
I can get it to work inside JS fiddle but cannot recreate in on my web page.
I am referencing the following scripts in the head of my document
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
Anyone have any ideas? Thanks
<link rel="stylesheet" src="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css"/>