Hi Please Please help ME When I run the following script to bind the js's for validation my jQuery UI Datepicker will not work/display. <script> $(document).ready(function() { $("#quoteform").validationEngine() }); </script> I am using jQuery UI Datepicker (inline mode) with the following: ui-lightness/jquery-ui-1.8.16.custom.css jquery-ui-1.8.16.custom.min.js jquery-1.6.2.min.js And the jquery validationengine with the following jquery.validationEngine-en.js jquery.validationEngine.js validationEngine.jquery.css All my validations are working 100% but like I said the datepicker will not display. Any help or advise will be greatly appreciated.
have you integrated the datepicker to the field? like this? <script type="text/javascript"> $('.datefield').datepicker(); </script> HTML: