I need to clarify which jQuery files to include in order for jQuery UI and widgets/plugins to work.
I recently downloaded a more recent and minified version of jQuery and most of the basic site functions stopped working inside a Dialog Modal (including text boxes, radio buttons, checkboxes and html links), and it has stopped reading some of the options that I've defined for jQuery functions (i.e. validation and placeholders).
I'm including these files in my header:
jQuery core and UI
jquery-1.7.2.min.js jquery-ui-1.8.22.custom.min.js jquery-ui-1.8.22.custom.css
Files to validate forms
jquery.validate.js (v1.9.0) jquery.form.js (v3.14) jquery.metadata.js jquery.form_malsup.js (v3.14) - They are all the latest versions.
Is there something else that I need to include?
Some of these problems were fixed when I tried added jquery.js (I tried both v1.7.2 and 1.8), and others stopped working (i.e. Dialog Modal boxes).