Hello, I've been using jquery-1.2.6 + UI 1.5.x for some time. I've had my application load individual components of UI, rather than the whole library, as I'm trying to limit the code sent to the browser as much as possible.\
The widget I most frequently use is ui.dialog.js. So typically I'd load ui.core.js, ui.resizeable.js, ui.draggable.js and ui.dialog.js. After upgrading to jQuery-1.3.1 and UI 1.6rc6, and updating my theme, I've found that the dialog does not work correctly unless I load everything related to UI by including jquery.ui.all.js. If I load only the individual files I need (core, resizeable, draggable, and dialog), the dialog will open, but it has no CSS theming applied, and it does not trigger callback events (e.g., resize, resizeStop, etc.). So what could be happening in jquery.ui.all.js that's not included in the four individual files that would be required for the dialog? Is there an additional dependency not identified, or maybe the ui.dialog.js and other files are still not updated in the download? Thanks for any help. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
