I just downloaded the jquery libraries (this stuff is awesome!!!!!). >From what I've tried so far, it looks like I can do all the jquery functions and UI functions by just including two .js files. 1) jquery.1.2.6.js 2) jquery.ui.all.js
I know it may be more than I need for now (e.g, if I only want to do draggable I could just use ui.draggable.js and ui.core.js), but I'd rather take up more space than worry about what libraries to include. Am I correct in that I can do all the jquery and UI functions / widgets / datepicker with just those 2 files? Thanks for any help on this.