jquery.min.js & jquery-ui.min.js Vs jquery.* * .js file? -
jquery.min.js & jquery-ui.min.js Vs jquery.* * .js file? - i not conversant jquery , want know basic things jquery's js files. what basic difference in jquery min js & jquery js file e.g. drag, drop, mouse, model etc.. suppose working jquery dialog model, downloaded jquery js files saved in web application , include js file given below if need utilize drag & drop 1 time again need include respective jquery js file <script src="ui/jquery.ui.widget.js"></script> <script src="ui/jquery.ui.mouse.js"></script> <script src="ui/jquery.ui.core.js"></script> ......... ....... ....... <script src="ui/jquery.ui.dialog.js"></script> now find way manage 2 files , not need include separate js file other functionality e.g. drag, drop. downloaded 2 js files 1. jquery.min.1.*.js , 2. jquery-ui.min.1.*.js <script src="ui/jquery.min.1....