Maybe you can give me some suggestions... The screen I'm working on includes two text fields which represent dates. These text fields need to be able to handle different date formats depending on the particular client. That isn't a problem with the datepicker widget since I can instantiate that with whatever date format string I want to use.
The problem comes when the user's browser is IE 6 since that's the browser that has the performance issues with the datepicker widget. Until jQuery UI 1.8 is formally released as a production ready API (I didn't see any release dates mentioned on the jQuery website), I have to eliminate the datepicker from IE 6 browsers, which almost half of our users have. This also eliminates all the date format functionality as well, no? Is there a way in jQuery to leverage the formatting capabilities of the datepicker widget without instantiating the datepicker widget? By this, I mean is there a way to do it already incorporated into the jQuery codebase? I'm hoping to avoid having to write my own date parser, localization, etc. due to time constraints. Thanks, Nathaniel On Dec 22, 11:33 am, "Richard D. Worth" <rdwo...@gmail.com> wrote: > Yeah, my theory is blown. This works > > <script src="http://jquery-ui.googlecode.com/svn/tags/1.7.2/ui/ui.core.js > "></script> > <script > src="http://jquery-ui.googlecode.com/svn/tags/1.7.2/ui/ui.datepicker.js > "></script> > <script > src="http://jquery-ui.googlecode.com/svn/tags/1.8a1/ui/ui.datepicker.js > "></script> > > just as well as > > <script src="http://jquery-ui.googlecode.com/svn/tags/1.7.2/ui/ui.core.js > "></script> > <script > src="http://jquery-ui.googlecode.com/svn/tags/1.8a1/ui/ui.datepicker.js > "></script> > > It must indeed be something else in the complete version of 1.7.2 that's > causing the issue, as this doesn't work: > > <script src="http://jquery-ui.googlecode.com/svn/tags/1.7.2/ui/jquery-ui.js > "></script> > <script > src="http://jquery-ui.googlecode.com/svn/tags/1.8a1/ui/ui.datepicker.js > "></script> > > When I pulled out jQuery UI Effects Core from 1.7.2 it worked, but this > means pulling out all the effects as well, as they all depend on the effects > core. It also means using a custom build of 1.7.2. Not sure how it's > related. > > - Richard > > On Tue, Dec 22, 2009 at 10:35 AM, The alMIGHTY N <natle...@yahoo.com> wrote: > > > I'm not using the two versions together, though. I replaced the 1.7.2 > > datepicker file with the 1.8a1 datepicker file. I have to think that > > there's some sort of incompatibility somewhere (maybe some reference > > to something in the 1.7.2 file in one of the other 1.7.2 files?) > > that's causing this issue since it works fine again once I put the > > 1.7.2 datepicker file back in. > > > On Dec 21, 11:52 am, "Richard D. Worth" <rdwo...@gmail.com> wrote: > > > Yup. It seems the 1.7.2 version of datepicker doesn't want to have > > another > > > version be included after it. Seems it works with two copies of the 1.8a1 > > > version, however. Compare: > > > >http://jsbin.com/ibeqi/edit > > > >http://jsbin.com/izemu/edit > > > > - Richard > > > > On Mon, Dec 21, 2009 at 10:09 AM, The alMIGHTY N <natle...@yahoo.com> > > wrote: > > > > > It does appear to work on your page. Would the fact that I'm using > > > > jQuery UI 1.7.2 as my base and simply replacing that version of > > > > datepicker.js with the 1.8 version of datepicker.js possibly screw > > > > things up? > > > > > On Dec 17, 6:06 am, "Richard D. Worth" <rdwo...@gmail.com> wrote: > > > > > Looks ok to me: > > > > > >http://jsbin.com/esofi > > > > > > source:http://jsbin.com/esofi/edit > > > > > > - Richard > > > > > > On Wed, Dec 16, 2009 at 10:38 AM, The alMIGHTY N <natle...@yahoo.com > > > > > wrote: > > > > > > > I just incorporated jQuery UI 1.8a1 into my website to see if the > > > > > > changes made to the datepicker widget fixed the browser-killing > > issue > > > > > > I was having, and both Internet Explorer 6 and Firefox 3.5.5 are > > > > > > telling me that datepicker is not a valid function. > > > > > > > If I put the 1.7.2 version of the UI minified file back in, IE6 > > simply > > > > > > has the crashing problem and Firefox 3.5.5 works as it should. > > > > > > > Please advise if you have any idea why this would happen. > > > > > > > Thanks! > > > > > > > -NL > > > > > > > -- > > > > > > > You received this message because you are subscribed to the Google > > > > Groups > > > > > > "jQuery UI" group. > > > > > > To post to this group, send email to jquery...@googlegroups.com. > > > > > > To unsubscribe from this group, send email to > > > > > > jquery-ui+unsubscr...@googlegroups.com<jquery-ui%2bunsubscr...@googlegroups > > > > > > .com> > > <jquery-ui%2bunsubscr...@googlegroups .com> > > > > <jquery-ui%2bunsubscr...@googlegroups .com> > > > > > > . > > > > > > For more options, visit this group at > > > > > >http://groups.google.com/group/jquery-ui?hl=en. > > > > > -- > > > > > You received this message because you are subscribed to the Google > > Groups > > > > "jQuery UI" group. > > > > To post to this group, send email to jquery...@googlegroups.com. > > > > To unsubscribe from this group, send email to > > > > jquery-ui+unsubscr...@googlegroups.com<jquery-ui%2bunsubscr...@googlegroups > > > > .com> > > <jquery-ui%2bunsubscr...@googlegroups .com> > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/jquery-ui?hl=en. > > > -- > > > You received this message because you are subscribed to the Google Groups > > "jQuery UI" group. > > To post to this group, send email to jquery...@googlegroups.com. > > To unsubscribe from this group, send email to > > jquery-ui+unsubscr...@googlegroups.com<jquery-ui%2bunsubscr...@googlegroups > > .com> > > . > > For more options, visit this group at > >http://groups.google.com/group/jquery-ui?hl=en. -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.