I have implemented datepicker following “jQuery getting started“, using 3 files:
<link type="text/css" href="css/themename/jquery-ui-1.8.22.custom.css" rel="Stylesheet" />
<script type="text/javascript" src="js/jquery-1.4.4.min.js"></script><script type="text/javascript" src="js/jquery-ui-1.8.22.custom.min.js"></script>
It suggests to use 3 files including “jquery-1.4.4.min.js”. What if I want to use full .js file e.g “jquery.ui.datepicker.js” for datepicker. Reason of asking to use full version is to modify some elements for my need which is difficult in minified version.
Then download and reference the unminified version.
There is no difference aside from the size of the files. You can always re-minify once you’ve completed your changes.
If you’re doing a custom build, the non minified version of
jquery.ui.datepickerwill be in in thedevelopment-bundle/uifolder.