Try these instead: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js "></script> <link href=" http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/base/jquery-ui.css" type="text/css" rel="stylesheet" /> <script src=" http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js "></script>
If you're still having a problem, post a live sample page. If you don't have a place to host one, use jsbin.com: http://jsbin.com/ - Richard On Sat, Dec 19, 2009 at 10:52 AM, NightFox <nightfox...@gmail.com> wrote: > Hello, > > I'm trying to get the datepicker working in Chrome, the funny thing is > that is I try Chrome on the jQuery website it works all fine! > But when I try it on my own webhost it just doesn't work because it > conflicts with: > TypeError: Object #<an Object> has no method > 'compareDocumentPosition' > > I use even the same header files as the jQuery website itself: > <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/ > jqueryui/1.7.2/themes/ui-lightness/jquery-ui.css<http://ajax.googleapis.com/ajax/libs/%0Ajqueryui/1.7.2/themes/ui-lightness/jquery-ui.css>" > type="text/css" > media="all" /> > <link rel="stylesheet" href="http://static.jquery.com/ui/css/demo-docs- > theme/ui.theme.css<http://static.jquery.com/ui/css/demo-docs-%0Atheme/ui.theme.css>" > type="text/css" media="all" /> > <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/ > jquery.min.js" type="text/javascript"></script> > <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/ > jquery-ui.min.js<http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/%0Ajquery-ui.min.js>" > type="text/javascript"></script> > <script src="http://jquery-ui.googlecode.com/svn/tags/latest/external/ > bgiframe/jquery.bgiframe.min.js<http://jquery-ui.googlecode.com/svn/tags/latest/external/%0Abgiframe/jquery.bgiframe.min.js>" > type="text/javascript"></script> > <script src="http://jquery-ui.googlecode.com/svn/tags/latest/ui/ > minified/i18n/jquery-ui-i18n.min.js<http://jquery-ui.googlecode.com/svn/tags/latest/ui/%0Aminified/i18n/jquery-ui-i18n.min.js>" > type="text/javascript"></script> > <script src="http://jqueryui.com/js/demos.js" type="text/javascript"></ > script> > > And still it refuses to work in Chrome on my own webhost! I know it's > a little bit vague but I don't know how to explain it any other way. > > Thanks in regards, > > NightFox > > -- > > 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.