If you're using visual studio with vista, I suggest the following pre-
build command line events:

del /s "%USERPROFILE%\AppData\Local\Microsoft\Windows\Temporary
Internet Files\*.js"
del /s "%USERPROFILE%\AppData\Local\Microsoft\Windows\Temporary
Internet Files\*.css"
del /s "%USERPROFILE%\AppData\Local\Microsoft\Windows\Temporary
Internet Files\*.htm"
del /s "%USERPROFILE%\AppData\Local\Microsoft\Windows\Temporary
Internet Files\*.html"
del /s "%USERPROFILE%\AppData\Local\Microsoft\Windows\Temporary
Internet Files\*.inc"

if you're using windows xp, you can easily modify the above console
commands to fit temporary internet files path.
this should solve any caching issues :)


On Jan 31, 5:19 am, mgl <[email protected]> wrote:
> Ok...ignore this whole monologue.  I was getting cached copies of the
> 1.5.x files I previously had.
>
> Sorry.
>
> On Jan 31, 11:15 pm, mgl <[email protected]> wrote:
>
> > I should note that including all individual files included in jquery
> > doesn't help either.  Its seems there is something in jquery.ui.all.js
> > that is missing elsewhere in the individual files' code.
>
> > On Jan 31, 11:05 pm, mgl <[email protected]> wrote:
>
> > > 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to